Imagemagick:Photobucket Image Resizing On 3rd Party Website?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Imagemagick:Photobucket Image Resizing On 3rd Party Website?

Post by Bonzo »

I doubt you will be able to do anything with the photobucket site.

Some options:
1/ Make your users stick to a file size on photobucket.
2/ Resize your images using the width option in the html image tag - leave the height blank or if using php do a calculation with getimagesize.
3/ Resize the images dynamicaly as you say check out this thread: http://redux.imagemagick.org/discourse- ... lit=resize
there is a dynamic way using imagemagick although I am not quite sure how to use it in your case and a link to a .htaccess example that uses GD. You may get some ideas from that and search google for more .htaccess methods as there are quite a few methods.
Post Reply