Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-19-2008, 12:43 PM   #1
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
PHP - Anyone use MagickWand before?

I'm trying to use MagickWand to manipulate an images brightness, but it doesn't seem to be working. Here is the code I have:

PHP Code:
$original $config['sitePath'] . $imageConfig['thumbDirectory'] . $_GET['id'] . '/1.jpg';
    
$magick_wand NewMagickWand();
MagickReadImage($magick_wand,$original);
MagickModulateImage($magick_wand,2,0,0);
MagickWriteImage($magick_wand,$original); 
Can anyone tell me what I'm doing wrong? It's not giving me any errors.
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451

Last edited by jOE :D; 01-19-2008 at 12:46 PM..
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 01:16 PM   #2
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
bump for help!
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 01:18 PM   #3
stickyfingerz
Doin fine
 
stickyfingerz's Avatar
 
Industry Role:
Join Date: Oct 2005
Posts: 24,983
Joe D did we meet in Costa last year? OR am I thinking of someone else?
stickyfingerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 01:21 PM   #4
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
Quote:
Originally Posted by stickyfingerz View Post
Joe D did we meet in Costa last year? OR am I thinking of someone else?
I don't think so. I've never been there. Must be someone else.
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 02:20 PM   #5
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
Anyone???
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 04:23 PM   #6
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
try bumping thr brightness way up , 2 might not be enough to notice right off the bat
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 05:04 PM   #7
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
I put it at 50, still no change.
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 07:08 PM   #8
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,587
Do you have installed " ImageMagick version 6.3.5, or greater "
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-19-2008, 10:00 PM   #9
stickyfingerz
Doin fine
 
stickyfingerz's Avatar
 
Industry Role:
Join Date: Oct 2005
Posts: 24,983
Quote:
Originally Posted by jOE :D View Post
I don't think so. I've never been there. Must be someone else.
Ahh ok my bad. A diff Joe D then.
stickyfingerz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 05:34 PM   #10
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
Quote:
Originally Posted by directfiesta View Post
Do you have installed " ImageMagick version 6.3.5, or greater "
Yes, I have ImageMagick 6.3.6 installed
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 05:42 PM   #11
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,587
Quote:
Originally Posted by jOE :D View Post
Yes, I have ImageMagick 6.3.6 installed
Then:

Download MagickWand from the following link

magickwand.org/download/php/

For installation follow the steps given below.


** REQUIRED ** ImageMagick version :: 6.3.5-9
Last-known-good ImageMagick version :: 6.3.5-9


1) Either install the required ImageMagick version or make sure that it
is installed (running "Wand-config --version" should give you the
required information).

2) Type

phpize
./configure
make
make install

3) Add

extension=magickwand.so

to your "php.ini" initialization file.
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 05:51 PM   #12
quantum-x
Confirmed User
 
quantum-x's Avatar
 
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
#php, efnet?
quantum-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 06:40 PM   #13
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
directfiesta, I just contacted my server tech support and it seems to be installed fine. They told me the version difference really shouldn't matter.

Is there anything I'm doing wrong with that? It's not giving me any errors, but it doesn't seem to be writing the new images.

What I'm trying to do is open the image, increase the brightness, and save the image.
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451

Last edited by jOE :D; 01-20-2008 at 06:42 PM..
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 06:49 PM   #14
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,587
Quote:
Originally Posted by jOE :D View Post
directfiesta, I just contacted my server tech support and it seems to be installed fine. They told me the version difference really shouldn't matter.

Is there anything I'm doing wrong with that? It's not giving me any errors, but it doesn't seem to be writing the new images.

What I'm trying to do is open the image, increase the brightness, and save the image.
maybe add a phpinfo.php to your virtual site to see if it is actually compiled with the apache ...

PHP Code:
<?php phpinfo(); ?>
or you could add a php.ini to your root folder to add/overide the one of the sever :

extension=magickwand.so

Hard to say without the server config ...
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 06:53 PM   #15
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
I did a phpinfo() and MagickWand did compile with apache and the extension is in the php.ini.
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 06:55 PM   #16
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
Do you think have ImageMagick 6.3.6 instead of 6.3.5-9 would matter?
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 06:56 PM   #17
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,587
Quote:
Originally Posted by jOE :D View Post
Do you think have ImageMagick 6.3.6 instead of 6.3.5-9 would matter?
No.. that version is fine ... So in the phpinfo file , you see :

'./configure' '--with-gd=../gd-2.0.28/' '--with-jpeg-dir=/usr' '--with-zlib-dir=../zlib-1.2.1' '--enable-versioning' '--with-png-dir=../libpng-1.2.5' '--with-tsrm-pthreads' '--enable-inline-optimization' '--disable-posix-threads' '--enable-track-vars' '--enable-bcmath' '--enable-ftp' '--disable-short-flags' '--enable-calendar' '--enable-magic-quotes' '--enable-xml' '--enable-sysvsem' '--enable-sysvshm' '--enable-sockets=shared' '--with-mcrypt=/usr' '--with-freetype-dir=/usr' '--with-apxs=/usr/local/www/bin/apxs' '--with-mhash' '--with-mysql=/usr/local' '--with-dom' '--with-mm=../mm-1.4.0' '--with-curl=../curl-7.10.3' '--with-interbase=/usr' '--with-pgsql=/usr/local/pgsql' '--with-zip' '--enable-gd-native-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--enable-dbase' '--with-xslt-sablot' '--enable-xslt' '--with-expat-dir=/usr' '--enable-dbx' '--with-swf=/usr/local/install/flash_php/dist' '--with-openssl-dir=/usr/local/ssl' '--with-openssl=/usr/local/ssl' '--with-magickwand=../ImageMagick-6.2.8' '--enable-exif' '-with-imap=/usr/local/install/imap-2004a' '--with-sqlite'
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 07:00 PM   #18
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
Mine doesn't have that imagemagick line, gonna bug the tech support more now
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 07:08 PM   #19
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,587
Quote:
Originally Posted by jOE :D View Post
Mine doesn't have that imagemagick line, gonna bug the tech support more now
\

unzip this file and upload to your server in a folder :

http://www.pdgcash.com/gfy/bitweaver_check.zip

upload it to the default folder : bitweaver_check

Then open a browser to that url and you will see ig Imagemagic and magicwand are operational ...
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 07:11 PM   #20
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
The extension imagick is not available.

Got tech support on it now
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 07:14 PM   #21
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,587
Quote:
Originally Posted by jOE :D View Post
The extension imagick is not available.

Got tech support on it now
most host compile gd instead of imageMagick ....
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-20-2008, 07:46 PM   #22
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
Got my tech support working on it now. I'm sure we all know how quickly things get fixed with tech support :D
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.