imagick PECL extension

If nothing else, I can get with you later this evening (I plan on grabbing a LONG nap when I leave this office - after consuming a few shots of Patron Platinum). I will -before I crack open the bottle - relay the php config variables I used, but some of them are specific to Debian on locations.
 
If nothing else, I can get with you later this evening (I plan on grabbing a LONG nap when I leave this office - after consuming a few shots of Patron Platinum). I will -before I crack open the bottle - relay the php config variables I used, but some of them are specific to Debian on locations.
I appreciate it, although I don't know if I would be able to work out if anything had to be different on openlitespeed compared to Debian.
 
I'll double check when I get home, but I don't think it's anything really difficult. Mainly the mysql socket location.
 
@Hornstar, here is what I use when I compile PHP
Code:
'--with-mysql' '--with-mysqli' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-libdir=lib64' '--with-litespeed' '--with-curl' '--enable-zip' '--with-bz2' '--with-jpeg-dir=lib64' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-exif' '--with-openssl' '--with-xmlrpc' '--with-freetype-dir=lib64' '--with-png-dir=lib64' '--enable-inline-optimization' '--enable-xml'  '--with-mcrypt=mcrypt'

--with-mysql-sock=/var/run/mysqld/mysqld.sock may need to be modified depending on where centOS install places the mysql socket.
 
@Hornstar, here is what I use when I compile PHP
Code:
'--with-mysql' '--with-mysqli' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-libdir=lib64' '--with-litespeed' '--with-curl' '--enable-zip' '--with-bz2' '--with-jpeg-dir=lib64' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-exif' '--with-openssl' '--with-xmlrpc' '--with-freetype-dir=lib64' '--with-png-dir=lib64' '--enable-inline-optimization' '--enable-xml'  '--with-mcrypt=mcrypt'

--with-mysql-sock=/var/run/mysqld/mysqld.sock may need to be modified depending on where centOS install places the mysql socket.
Thanks, although I think it has just gone a bit past me lol
I will just leave it for now, and play with it tomorrow and see if I can make sense of it.
 
Thanks, although I think it has just gone a bit past me lol
I will just leave it for now, and play with it tomorrow and see if I can make sense of it.
Once I get some sleep and wake up again (I'm on my 4th "small" shot of tequila) hit me up on my Skype if you like. It should be in my profile. If you see me as online then I should be available. Will probably be around 5-6PM Central time
 
@Hornstar, is there a reason why you don't want to stick with GD? The PECL imagick has certain bugs that create issues with users on mobiles. Personally, I switched back to GD, it does a great job for XenForo.
 
Any ideas why it is loaded okay, but completely not working? I've switched back to the other method for now. But that means Gif images are being resized and broken.

@Hornstar, is there a reason why you don't want to stick with GD? The PECL imagick has certain bugs that create issues with users on mobiles. Personally, I switched back to GD, it does a great job for XenForo.

@Floren, by his quote above, apparently GD is breaking some of his GIF images when uploaded and resized.
 
Probably because they are animated GIFs? Let's see...

test.gif

Attach a huge image with GD on your forums, you will not have issues... I presume XF uses GF here. :giggle:
 
@Hornstar, is there a reason why you don't want to stick with GD? The PECL imagick has certain bugs that create issues with users on mobiles. Personally, I switched back to GD, it does a great job for XenForo.
I wanted to get animated GIFs working, as a user reported it to me within 5 minutes of me migrating from vb 3.8 to xenforo. I was not aware of the bugs with mobile users. It certainly is a big task to get it working. I may just stick with GD, but it would be nice to be able to turn it on so that user can at least get his animated avatar lol
 
Why do you need animated GIF's? We are not anymore in '90s using Netscape...
You are willing to have animated GIF's but break functionality for mobile users? Grab an iPad and upload few images with ImageMagick enabled, let me know if it breaks.
 
Why do you need animated GIF's? We are not anymore in '90s using Netscape...
You are willing to have animated GIF's but break functionality for mobile users? Grab an iPad and upload few images with ImageMagick enabled, let me know if it breaks.
Hasn't on any that I've done (from my iPad and my iPhone both) so far. :p
 
Are you running imagik stable or beta? I know a while ago I talked to @Mike and he told me is best to stick with GD, as some users on my forums experienced upload problems. Not sure if there is additional work done in XenForo to that area, I was on 1.2 when this happened.
 
Are you running imagik stable or beta? I know a while ago I talked to @Mike and he told me is best to stick with GD, as some users on my forums experienced upload problems. Not sure if there is additional work done in XenForo to that area, I was on 1.2 when this happened.
It's that centOS. :p

Couldn't resist... :whistle:

@Hornstar, hit me up in a convo and we can set up a time that I can take a look at it.
 
I used to have imagick issues but not anymore. I needed it for animated avatars. Some people just like them.

I'm currently using 3.1.2, which is the latest stable one.
 
Back
Top Bottom