Developer forum

Forum » Feature requests » ecom pictures

Reply

It could be a nice feature if you could set 'max width' AND 'max height' in the autoscale fields. (some product pictures are either very wide or very high) 

Then the picture don't have to be cropped(as now if you fill out both width and height), but resamples in the right proportions instead.

 

Now if you fill out both width and height the image editor crops the picture, you offen don't want your product picture cropped.

 

A sharpen feauture could also be very useful.

 

Standard you can set 3 sizes for pictures: small, medium and large. Why don't you led the user decise how many picture sizes you want? (so you backend can make all the sizes you want) Sometimes you can use/need more than 3 picture sizes.

 

 

 

 


Replies

 
Reply

Hi Per

 

Actually you could implement the ImageHandler directly in your template and bypass the functionality in the controlpanel.

 

Try reading this article:

http://developer.dynamicweb.dk/Weblog-16918.aspx?action=ShowArticle&ArticleID=146

 

The functionality in the controlpanel ought to scale proportionally if you only specify 1 of the dimensions.

 

If you want to test the settings for the ImageHandler you can do it directly on the solution like this:

http://domain/admin/public/getimage.aspx

 

This will give you a window for the ImageHandler where you can play with the settings.

 

Hope this is useful.

// Dammark

 
Reply

 

Yes. The image scale proportionally. But I want to set MAX width and MAX height.  This could be useful if your picture is either very wide or very heigh.