I have a large website that displays product images that we get from our advertising department. They come in a size that is too large to display on the web. My pages are xhtml transitional compliant and I need to specify a width/height for my images. I need to resize the images to 90x90, or some other size, but the size needs to be square, so I can put the size of the image in my page code and don't have to worry about querying the image to get the dimensions. We currently have shell/perl scripts that process these images automatically to our site that does not specify any with/height, so the image can be variable in size. I thought of increasing the images canvas size to a square equal to the largest dimension of the image, the resizing it to the square dimension I need. Could someone help me with this, is this is even possible? Or if someone has a different suggestion and could help me, that would be great too.
Thanks!! Disclaimer: This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify us immediately by e-mail and delete the original message. This e-mail expresses views only of the sender, which are not to be attributed to Rite Aid Corporation and may not be copied or distributed without this statement. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
