Search found 11 matches
- 2019-07-16T05:26:06-07:00
- Forum: Users
- Topic: Convert with extent option
- Replies: 2
- Views: 7630
Re: Convert with extent option
Hello Snibgo, Thanks for you answer. It seems that one of the spaces was KO. I have removed the spaces and rewrite them and the command is now working: I have also remove the convert : magick test.jpg -resize 336x420 -background white -gravity south -extent 336x420 testconvert2.jpg Thanks for the ...
- 2019-07-16T00:02:38-07:00
- Forum: Users
- Topic: Convert with extent option
- Replies: 2
- Views: 7630
Convert with extent option
Hello, I'm trying to resize an image by adding a white band on the top of the image. My original is a usually a square of 4000x4000. The expected result is an image of 336x420 with the ogirinal in 336x336 on the bottom and white back on the top on 336x84. I have written this command using ...
- 2019-01-15T03:23:53-07:00
- Forum: Users
- Topic: Convert image change colorspace
- Replies: 3
- Views: 3638
Re: Convert image change colorspace
Hello, Thanks for your answer Snigbo. I don't why but I was not able to find this information yesterday on google. I don't understand for the first part of your answer why it is invalid (I'm sure it's very strange, I'm not really use to image magick :) ) but I can tell you that IM is processing all ...
- 2019-01-14T09:40:35-07:00
- Forum: Users
- Topic: Convert image change colorspace
- Replies: 3
- Views: 3638
Convert image change colorspace
Hello, Here is my image magick version : Version: ImageMagick 7.0.8-21 Q16 x86_64 2018-12-28 https://imagemagick.org I'm facing an issue trying to convert an image which is having the CMYK Colorspace. I'm converting it to png using this command : convert -define jpeg:size=image.tif[0] -thumbnail ...
- 2018-11-09T07:04:20-07:00
- Forum: Users
- Topic: Convert considering image DPI
- Replies: 1
- Views: 3452
Convert considering image DPI
Hello, I have written (thanks to your forum) a command line that convert an image to a jpeg file in 2000.3000px or in 3000.2000px depending on the orientation of the image. Here is the command (where filename will automatically be replaced by the name of the master) : magick ${filename} -resize "[fx ...
- 2018-08-15T11:09:02-07:00
- Forum: Users
- Topic: Resize Image with restrictions
- Replies: 4
- Views: 4223
Re: Resize Image with restrictions
Hello,
I'm using ImageMagick 7.
I will try this on Friday at work and keep you updated
Many many thanks !
Regards,
MisterJpa
I'm using ImageMagick 7.
I will try this on Friday at work and keep you updated
Many many thanks !
Regards,
MisterJpa
- 2018-08-14T02:00:38-07:00
- Forum: Users
- Topic: Resize Image with restrictions
- Replies: 4
- Views: 4223
Resize Image with restrictions
Hello, I have a customer that request an ImageMagick command that convert an image to a jpeg. He told me : "We want JPG files with 2000 pixels at least for the smallest side and 3000 pixels at least for the bigger side." I thought I could do it with something like widthxheight^ (found : http://www ...
- 2018-07-26T01:43:11-07:00
- Forum: Users
- Topic: Convert EPS to JPG or PNG doesn't work
- Replies: 2
- Views: 3987
Re: Convert EPS to JPG or PNG doesn't work
Hello,
My issue was that Ghostscript was not installed.
Reading documentation, I see that it's also use to convert PDF files. Can be useful for the future
Thanks for the help.
My issue was that Ghostscript was not installed.
Reading documentation, I see that it's also use to convert PDF files. Can be useful for the future
Thanks for the help.
- 2018-07-25T10:42:34-07:00
- Forum: Users
- Topic: Convert EPS to JPG or PNG doesn't work
- Replies: 2
- Views: 3987
Convert EPS to JPG or PNG doesn't work
Hello, - Version: ImageMagick 7.0.8-7 Q16 x86_64 2018-07-19 https://www.imagemagick.org - Working on mac : Yosemite 10.10.5 I'm trying to convert a file called test.eps into another format : png or jpeg (I will need both at the end :lol: ) However, I'm having the following couple of command / errors ...
- 2018-07-24T07:38:38-07:00
- Forum: Users
- Topic: Convert tiff to jpeg is creating several images when having transparency
- Replies: 2
- Views: 3623
Re: Convert tiff to jpeg is creating several images when having transparency
Hello @Snibgo,
Many thanks for your help.
The command that you provide is perfectly working in both case.
Sorry for the missing info at the beginning, I will provide them next time !
Many thanks for your help.
The command that you provide is perfectly working in both case.
Sorry for the missing info at the beginning, I will provide them next time !
- 2018-07-24T06:55:00-07:00
- Forum: Users
- Topic: Convert tiff to jpeg is creating several images when having transparency
- Replies: 2
- Views: 3623
Convert tiff to jpeg is creating several images when having transparency
Hello, I'm beggining with Image Magick and I'm currently trying to convert and resize a TIFF file to a JPEG file, usually smaller than the original one. I have two assets : bag.tif and book.tif Running : convert bag.tiff -resize 1280x1280 bag.jpg is correctly doing the conversion. However, running ...