Search found 22 matches

by cs_rol
2007-03-01T06:13:49-07:00
Forum: Users
Topic: troubles converting eps
Replies: 0
Views: 5107

troubles converting eps

Hello! I have a two layer EPS file which was created with Photoshop. I tried to convert it to jpg with following command: convert test_image.eps test_image.jpg The result has two jpg files a small preview which looks correct (as in photoshop) and only the black layer in the right size. How do i get ...
by cs_rol
2007-02-12T03:00:28-07:00
Forum: Users
Topic: Converting transparent PNG to Jpeg
Replies: 4
Views: 80971

Re: Converting transparent PNG to Jpeg

thanks, this was exactly what I was looking for.
by cs_rol
2007-02-12T02:59:26-07:00
Forum: Users
Topic: combining two images
Replies: 8
Views: 25254

Re: combining two images

Thank you for for the replies. The commands mentioned work perfectly for PNG-results. but i ned the TIFF, because only the TIFF-images has right colorspace information and so on (PNG only supports RGB). If i just change the extension to .tiff the background is black and there's no transparency. gree...
by cs_rol
2007-02-08T07:56:51-07:00
Forum: Users
Topic: combining two images
Replies: 8
Views: 25254

combining two images

Hello! I've got two images one is a TIFF and the other is an PNG and they have same dimensions. Only the PNG image has transparency information. Does anyone know how to apply the transparency information to tiff, preserving other settings (colorspace and so on) I tried with combine and the transpare...
by cs_rol
2007-02-01T09:25:26-07:00
Forum: Users
Topic: Converting transparent PNG to Jpeg
Replies: 4
Views: 80971

Converting transparent PNG to Jpeg

Hi! I'm using ImageMagick 6.3.2 with the MagickWand-API and I had troubles to convert and resize a partially transparent png to an jpg-file. I tried the command line tools and the same things happend. convert png.png png.jpg --> a jpg-file is created and the transparent area is white convert png.png...
by cs_rol
2007-01-24T06:24:25-07:00
Forum: Users
Topic: C-API: TIFF photometric interpretation
Replies: 2
Views: 10623

*push*
by cs_rol
2007-01-16T04:50:56-07:00
Forum: Users
Topic: C-API: TIFF photometric interpretation
Replies: 2
Views: 10623

C-API: TIFF photometric interpretation

Hi!

Is it possible to geht the photometric interpretation of a tiff image? I didn't find something related on the internet.

If i use "identify" the photometric interpretation is put out. Is there a possibility to access this information within a c-program?

thanks!