ImageMagick is an open source image editing software suite for displaying, converting, and editing raster image files. It supports read/write for more than 100 image file formats.
1
vote
1answer
73 views
imagemagick display: different text in font preview
The awesome display command from imagemagick allows me to preview fonts:
display ~/.fonts/font.ttf
However, the text is always the same ('That which does not destroy me, only makes me stronger'). ...
3
votes
0answers
564 views
Generating a slideshow under linux
Under Windows, one is able to generate a nice slideshow (crossfading between images, applying the Ken Burns effect on each image) on Windows using (Windows) Movie Maker.
When I create a slideshow ...
2
votes
0answers
558 views
Using Image Magick Convert to Change Channel Depth?
I want to change an image depth of bitmap for testing purposes. Right now I am trying to get a 2 bit palette image, and a 4444 Hicolor image.
I have a true color bitmap. I used the below command ...
2
votes
0answers
211 views
'convert' taking a long time to create a PNG thumbnail
I made a png from a pdf using ghostscript. It was converted very fast (not more than 1 sec), and has good quality.
$ identify 1.png
1.png PNG 3508x2480 3508x2480+0+0 8-bit PseudoClass 2c 51KB 0.000u ...
0
votes
0answers
113 views
Gigapixel Panorama not loading after converted with imagemagick
I made a 3GB tif panorama, but as 3GB is a too big size to open in a computer with a 3Gb RAM, i converted it to JPG
convert input.tif output.jpg
The result was a 15Mb(?!?) JPG, which i am unable ...