Search found 20 matches

by gursch
2016-06-16T02:39:17-07:00
Forum: Bugs
Topic: 7.0.2, TIFF files with layers and colour conversion
Replies: 6
Views: 6495

Re: 7.0.2, TIFF files with layers and colour conversion

It works correctly with -strip, it does not work with +profile "8bim". But you are right, it seems to be a Photoshop related issue. It works perfectly with GIMP. I will do some further investigations.
by gursch
2016-06-15T09:05:43-07:00
Forum: Bugs
Topic: 7.0.2, TIFF files with layers and colour conversion
Replies: 6
Views: 6495

Re: 7.0.2, TIFF files with layers and colour conversion

> Is this an sRGB profile, or RGB?

sRGB IEC61966-2-1 with BPC

> You link to png files, not a tiff.

You have to click on the images to get into the detail view and then to click on the download button. Else you get the preview images (are png).
by gursch
2016-06-15T02:56:48-07:00
Forum: Bugs
Topic: 7.0.2, TIFF files with layers and colour conversion
Replies: 6
Views: 6495

7.0.2, TIFF files with layers and colour conversion

I have problems converting tiff files with layers from CMYK to RGB. The generated images have fancy colours in Photoshop (colours look OK in IrfanView). After merging the layers the colour conversion works perfectly, but I don’t want to lose the layers. I assume there is something going wrong with t...
by gursch
2014-07-29T09:01:45-07:00
Forum: Bugs
Topic: TIFF CMYK with JPEG compression
Replies: 6
Views: 9249

Re: TIFF CMYK with JPEG compression

Thank you very much for the tip.
by gursch
2014-07-21T01:01:18-07:00
Forum: Bugs
Topic: TIFF CMYK with JPEG compression
Replies: 6
Views: 9249

Re: TIFF CMYK with JPEG compression

I think "convert tiff_jpeg_compressed.tif out.jpg" does not change the colour space. It should change the format from tiff to jpeg. But in the resulting jpeg the black channel is missing completely. Screenshot from the TIFF: https://dl.dropboxusercontent.com/u/1973423/tiff.jpg Screenshot f...
by gursch
2014-07-17T04:37:34-07:00
Forum: Bugs
Topic: TIFF CMYK with JPEG compression
Replies: 6
Views: 9249

TIFF CMYK with JPEG compression

Converting a TIFF CMYK image with JPEG compression to a JPEG corrupts colours. I tested with newest available version.

For example: convert tiff_jpeg_compressed.tif out.jpg

I prepared a sample file: https://dl.dropboxusercontent.com/u/197 ... ressed.tif
by gursch
2013-05-21T11:09:39-07:00
Forum: Bugs
Topic: problems converting tiff files
Replies: 1
Views: 3057

problems converting tiff files

I have problems converting tiff files to jpeg or any other format. The tiffs have transparency and after converting the images show strange colours. I used the convert command: convert tiff-test.tif out.jpg Here is a sample file: https://www.dropbox.com/s/r0szsducaj9zd6t/tiff-test.tif Can you have a...
by gursch
2012-04-13T00:55:44-07:00
Forum: Bugs
Topic: resizing tiff cmyk files
Replies: 18
Views: 49008

Re: resizing tiff cmyk files

I don't know what that mean. But the conversion worked well in older versions (like 6.7.3). However in 6.7.3 the conversion failed for images in CMYK colorspace. Now the conversion works fine with the CMYK colorspace, but not with the RGB colorspace.
by gursch
2012-04-12T14:08:19-07:00
Forum: Bugs
Topic: resizing tiff cmyk files
Replies: 18
Views: 49008

Re: resizing tiff cmyk files

Here is a link to a sample image: http://dl.dropbox.com/u/1973423/Stockholm_rgb.tif
by gursch
2012-04-12T06:43:47-07:00
Forum: Bugs
Topic: resizing tiff cmyk files
Replies: 18
Views: 49008

Re: resizing tiff cmyk files

Resizing the tiff cmyk files works now. But now resizing the tiff rgb files corrupts the colors.

Tested using ImageMagick 6.7.6-5 2012-04-04 Q16
by gursch
2012-02-13T06:10:35-07:00
Forum: Bugs
Topic: resizing tiff cmyk files
Replies: 18
Views: 49008

resizing tiff cmyk files

I found a problem resizing tiff / cmyk files. For example: convert test.tif -resize 200x200 out.tif. The colors are inverted and the black channel gets lost.
Here is a sample file: http://dl.dropbox.com/u/1973423/test.tif
by gursch
2012-02-13T06:03:58-07:00
Forum: Bugs
Topic: pdf to jpeg conversion
Replies: 1
Views: 5007

pdf to jpeg conversion

I upgraded from ImageMagick 6.7.3-7 to the newest release and encountered a problem converting pdf files to jpeg. There is something wrong with the pages sizes for example if the page size differs in a pdf. Here is a sample file: http://dl.dropbox.com/u/1973423/both.pdf. This conversion worked well ...
by gursch
2011-11-14T11:10:39-07:00
Forum: Bugs
Topic: convert crashes with JPEG compressed TIFF files
Replies: 3
Views: 8634

convert crashes with JPEG compressed TIFF files

I have several problems converting JPEG compressed TIFF files to JPEG files (ImageMagick 6.7.3-4 on Windows 7 64 Bit).

It's a simple conversion: convert xy.tif cy.jpg

RGB colorspace: convert crashes
CMYK colorspace: conversion works, but the colors are wrong

If you need I can post sample files.