Search found 20 matches

by raindance
2011-06-03T14:32:54-07:00
Forum: IMagick
Topic: Imagick Error
Replies: 6
Views: 18272

Re: Imagick Error

Does this tell you anything? root@vps [~/ImageMagick-6.7.0-3]# identify logo.gif logo.gif GIF 640x480 640x480+0+0 8-bit PseudoClass 256c 31.7KB 0.000u 0:00.000 root@vps [~/ImageMagick-6.7.0-3]# display logo.gif display: unable to open X server `' @ error/display.c/DisplayImageCommand/428. root@vps ...
by raindance
2011-06-03T10:34:43-07:00
Forum: IMagick
Topic: Imagick Error
Replies: 6
Views: 18272

Re: Imagick Error

Any help please? We're stuck.
Thanks in advance...
by raindance
2011-06-02T06:28:55-07:00
Forum: IMagick
Topic: Imagick Error
Replies: 6
Views: 18272

Re: Imagick Error

Also...this script goes out and gets many images, and was working fine before we had to move to the new server...so it seems like a problem with the new server to me...perhaps imagemagick not installed properly or a module not installed or something?
by raindance
2011-06-02T06:26:57-07:00
Forum: IMagick
Topic: Imagick Error
Replies: 6
Views: 18272

Re: Imagick Error

Thanks for your reply. This is the error SELECT source_image_path FROM hotel_images WHERE hotel_id = '315347' AND source_image_path = 'http://static1.easytobook.com/images/89/2439/40818/40818-rev1-img1-400.jpg' ORDER BY display_order DESC LIMIT 0,1 Downloading image from http://static1.easytobook ...
by raindance
2011-06-01T12:27:47-07:00
Forum: IMagick
Topic: Imagick Error
Replies: 6
Views: 18272

Re: Imagick Error

In the PHP.ini file I see:
;extension="imagick.so"
[PHP]

Do I also need magicwand installed? It seems that we used one or the other or both in the previous version of the server but I don't know and am not sure how to know?
by raindance
2011-06-01T10:10:16-07:00
Forum: IMagick
Topic: Imagick Error
Replies: 6
Views: 18272

Imagick Error

Hi We just changed servers and on our old server, our script using ImageMagick worked fine, but on the new server we are getting errors which seem to have to do with resizing when we download them, not sure though. The error is: Exception in Imagick: Unsupported marker type 0x5c `/tmp/magick ...
by raindance
2010-10-26T11:30:42-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

He got it :-)
Thanks everyone for your help! I aprpeciate it very much.
by raindance
2010-10-26T09:35:28-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

I think he thought he did...
Server company says its installed right...dev is working on it...sent him your code...thanks. He thinks maybe he got it done.
by raindance
2010-10-26T08:37:21-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

Does that mean we dont have IM installed correctly?
by raindance
2010-10-26T08:34:21-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

He says he tried this: <?php $array=array(); echo "<pre>"; exec("convert -define jpeg:size=300x300 http://www.juicyhotels.com/images/manual_images/mia.jpg -resize 300x300 -depth 8 -quality 75 -density 72 -units 72 http://www.juicyhotels.com/images/manual_images/mia2.jpg 2>&1", $array); print_r ...
by raindance
2010-10-25T16:38:30-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

Thanks to you both...will pass along....I really appreciate it!
by raindance
2010-10-25T13:26:37-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

Hi Bonzo I asked the hosting company to confirm it was installed properly and they said yes. Beyond that...we didnt know how to make sure it was. Dev was asking where to error logs for im specifically but i dont think there is such a thing probably, is there? Thanks for your error reporting code ...
by raindance
2010-10-24T18:51:09-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

No idea...I'm way over my head now :-) Will pass along, thanks.
Not sure why he didn't just use your script in the first place..sure looked on target to me...learning curve maybe.

Thanks so much, I really appreciate your help!
by raindance
2010-10-24T16:37:55-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

He says that the command is not executing. THe folder is changed to writeable re permissions....any obvious suggestions?
by raindance
2010-10-24T16:36:18-07:00
Forum: Users
Topic: Best way to reduce file size/resolution on upload?
Replies: 24
Views: 71342

Re: Best way to reduce file size/resolution on upload?

So this is what my developer did and says he can't get it to work...I sent him the link to this posting. Is he on the right track? He says it is not resizing and is asking if there are any error logs specific to ImageMagick? Any help appreciated.... for ($mx=0;$mx<count($_FILES["pict"]["name"]);$mx ...