Search found 7 matches
- 2014-09-08T09:19:38-07:00
- Forum: Users
- Topic: Identifying Wider vs Normal images
- Replies: 8
- Views: 2806
Re: Identifying Wider vs Normal images
We have around 60k product images with the productid as the filename. The automation we are doing is to convert each image to different dimensions. We ended up into an issue that the same Imagemagick command is not working for both types of images (which i stated as 'normal' & 'wide'). So we want to ...
- 2014-09-08T08:57:35-07:00
- Forum: Users
- Topic: Identifying Wider vs Normal images
- Replies: 8
- Views: 2806
Re: Identifying Wider vs Normal images
I have named the files names that are visible in the urls as 'normal' & 'wide'...
Basically we have wine bottles which are falling in 'Normal' category, and images for spirits, Beer cases would fall under 'Wide' category.
Let me know if any questions. Thanks in advance.
Basically we have wine bottles which are falling in 'Normal' category, and images for spirits, Beer cases would fall under 'Wide' category.
Let me know if any questions. Thanks in advance.
- 2014-09-08T08:38:50-07:00
- Forum: Users
- Topic: Identifying Wider vs Normal images
- Replies: 8
- Views: 2806
Identifying Wider vs Normal images
Hi, We have 2 different types of images 'normal' and 'wide' (the examples are attached) for which we need to apply two different Imagemagick 'convert' command to resize them to various formats. We are looking for 'Identify' command to differentiate a 'normal' vs 'wide' image so that the appropriate ...
- 2014-08-29T09:45:06-07:00
- Forum: Users
- Topic: Resizing image to a dimension
- Replies: 8
- Views: 2831
Re: Resizing image to a dimension
Thanks for the response. On the 2nd command, is there a way it can be zoomed in, so that the size of the bottle can be little bigger. Below are the image links The im_cropped.png https://www.dropbox.com/s/5moln3h236maxvn/im_cropped.png?dl=0 PS converted image https://www.dropbox.com/s ...
- 2014-08-28T12:17:09-07:00
- Forum: Users
- Topic: Resizing image to a dimension
- Replies: 8
- Views: 2831
Re: Resizing image to a dimension
Thanks for the response. I have uploaded the original image with dimension 750x1050 in the following location - https://www.dropbox.com/s/anjp9o6qbqeoi4p/OriginalDimension.png?dl=0 The desired dimension 180x340, converted using Photoshop is uploaded here - https://www.dropbox.com/s/0x0ncyjtkzsnt5u ...
- 2014-08-28T10:45:39-07:00
- Forum: Users
- Topic: Resizing image to a dimension
- Replies: 8
- Views: 2831
Re: Resizing image to a dimension
I have tried the following command., and its stretching the image to vertical. Basically its a Wine bottle image, i thought of attaching here but there is no option to attach image in this forum.
convert in.png -resize 180x340! out.png
convert in.png -resize 180x340! out.png
- 2014-08-28T10:30:34-07:00
- Forum: Users
- Topic: Resizing image to a dimension
- Replies: 8
- Views: 2831
Resizing image to a dimension
Hi, We have our images in PNG format with 750x1050 dimension. We want to resize the images to a dimension 180x340, and the following command is not converting to the exact dimension, rather its covnerting to 180x250. Command used: convert -resize 180x340 We have also used various options like ...