Search found 5 matches

by mhoehn@hotmail.de
2011-05-02T11:24:54-07:00
Forum: Users
Topic: Can't write real Bilevel png or bmp images
Replies: 1
Views: 4615

Can't write real Bilevel png or bmp images

I can't write real Bilevel png or bmp images. They always appear as RGB images using identify -verbose. Is this a limitation of those image formats or am I doing something wrong? Here is one convert example: convert -density 600 test.tif -profile AdobeRGB1998.icc -strip -type TrueColor -background w...
by mhoehn@hotmail.de
2011-03-31T22:54:54-07:00
Forum: Users
Topic: convert PDF highres to PDF lowres file
Replies: 1
Views: 5680

convert PDF highres to PDF lowres file

Im looking for a solution to convert highres PDF files to lowres PDF files. It should preservere PDF contents like fonts, vector objecs and images without rasterizing it. My objective is to get images downsampled from eg. 300 dpi to 72 dpi if they're CMYK or RGB or grayscale and downsample bitmap fr...
by mhoehn@hotmail.de
2010-11-16T12:46:36-07:00
Forum: Users
Topic: Determine transparent pixels and generate alpha channel
Replies: 1
Views: 4582

Determine transparent pixels and generate alpha channel

Is there a command line sequence that let me figure out if an image has fully transparent pixels? And is it possible to generate an alpha channel for this image where all fully transparent pixels are black and all solid pixels are white? It should be possible that semi transparent pixels should get ...
by mhoehn@hotmail.de
2010-02-08T09:16:37-07:00
Forum: Developers
Topic: PSD file compression and profile tagging
Replies: 3
Views: 8451

Re: PSD file compression and profile tagging

magick wrote:ImageMagick produces uncompressed PSD images. We have writing compressed PSD images on our development schedule but do not currently have an ETA for when it will be completed.
Can we accelerate development of that feature in any way (donation or something else)?
by mhoehn@hotmail.de
2010-02-08T07:08:15-07:00
Forum: Developers
Topic: PSD file compression and profile tagging
Replies: 3
Views: 8451

PSD file compression and profile tagging

Hello, we'd like to have an extension in psd.c source that imagemagick is able to write compressed .psd files. For this it should be possible to optionally set compression through command line options. The reason why we are looking for this feature is because .psd files written from imagemagick are ...