Vlasta
on November 21st 2006
0
It would not be hard to add this feature, but I am not entirely convinced about its usefulness. I guess it would be possible to make a couple of simple changes to the html code of a page and use non-rectangular images without problems.
I am not saying it won't be implemented, but if you could explain what exactly are the problems and how extending PhotoResize would help, it may speed up the process.
bigbangtech
on November 26th 2006
0
Some ecommerce websites don't work well with non-square product images or aren't easily adaptable. So, when I uploaded our item pictures, I have to take the rectangular images and expand the canvas in one direction to make them square.
We'll have a folder with rectangular images with their longest side horizontal or vertical. These images also vary in size greatly from 100 to 1200 pixels on the longest side.
So I have setup a couple of batches in pshop that must still be performed manually. For example
Take 2000 images and make them 600px wide.
Place all "tall" images in one folder and "wide" images in another.
Take "wide" images and increase the canvas height to 600px and fill empty top and bottom with white. Images are now square
Take "tall" images and change height to 600px, keeping same aspect ratio. Then increase canvas width to 600px, filling empty sides with white. Images now square
Your software makes quick work of other image operations and would greatly help with making square images. It just takes too many steps that we need to baby-sit in photoshop.
Vlasta
on November 26th 2006
0
I see, that sounds useful.
The proposed feature will be considered for implementation in the next version of Picture Resizer.
Anonymous
on October 12th 2008
0
was this feature ever implemented?
Vlasta
on October 12th 2008
0
No, it was decided to move support of special operation like this one into a more advanced tool, the RealWorld Photos. You can configure the currently available beta to perform this if you know a bit of javascript. (Or I can do it for you.)