Search found 114 matches

by kriks
2013-09-30T05:13:02-07:00
Forum: Users
Topic: Difference in smoothness of clip border
Replies: 14
Views: 9784

Difference in smoothness of clip border

Hi, I'm using a command like this for applying a clip path named 'det' when converting an eps to png, to keep background transparent: convert -verbose -units PixelsPerInch -density 1890 2315.eps -profile icc/Photoshop5DefaultCMYK.icc -profile icc/sRGB_IEC61966-2-1_black_scaled.icc -alpha transparent...
by kriks
2012-06-22T01:30:53-07:00
Forum: Developers
Topic: usage of XMP-CRS metadata (color correction)
Replies: 8
Views: 17266

Re: usage of XMP-CRS metadata (color correction)

Thank you, this is what I feared. The DNG doc defines the basic file format, but most of the important data for color correction is not in the spec, but is defined by adobe bridge/lightroom. Of course, I didn't find any information about how those values are computed. For the moment, we use a workar...
by kriks
2012-06-20T23:43:15-07:00
Forum: Developers
Topic: usage of XMP-CRS metadata (color correction)
Replies: 8
Views: 17266

Re: usage of XMP-CRS metadata (color correction)

To be precise, I would like to know if there is a way to find the good arguments for convert. ex: "Tint : +15" should become ... Sorry I do not understand what you are trying to obtain or how you want to use it. IM is not going to tell you the most important meta data or how to optimize i...
by kriks
2012-06-20T07:17:35-07:00
Forum: Developers
Topic: usage of XMP-CRS metadata (color correction)
Replies: 8
Views: 17266

Re: usage of XMP-CRS metadata (color correction)

Thank you for the answers. I've made a quick test with identify, and it displays a lot less informations than exiftool against the original DNG (maybe ufraw strips some tags). To be precise, I would like to know if there is a way to find the good arguments for convert. ex: "Tint : +15" sho...
by kriks
2012-06-05T07:42:59-07:00
Forum: Developers
Topic: usage of XMP-CRS metadata (color correction)
Replies: 8
Views: 17266

usage of XMP-CRS metadata (color correction)

Hi, we're facing the problem of using DNG files with imagemagick. It basically works through ufraw. The first problem was to use the crop area defined in the metadata. I've done it manually with convert options. The second problem is to get the most exact preview of the file, with the color modifica...
by kriks
2011-10-20T00:26:17-07:00
Forum: Users
Topic: how to detect corrupt eps
Replies: 4
Views: 9455

Re: how to detect corrupt eps

thank you, that's interesting.

the grep command is fast enough for my needs, but I'm still not sure it covers every case.

I would better trust GS for extracting, if possible.
by kriks
2011-10-19T00:29:58-07:00
Forum: Users
Topic: how to detect corrupt eps
Replies: 4
Views: 9455

Re: how to detect corrupt eps

yes I'm trying to use GS for extracting image raw data (there is a bit DEVICE), but without success. I found that in a EPS, image data is found between "%%BeginBinary:[ 0-9]*^Mbeginimage" and "~>^M%%EndBinary" strings. So I can find if the file is truncated by counting each of th...
by kriks
2011-10-18T05:30:46-07:00
Forum: Users
Topic: how to detect corrupt eps
Replies: 4
Views: 9455

how to detect corrupt eps

Hello, I'm trying to detect corrupt eps. for a jpg, I make a identify -verbose $path 2>&1 | grep Corrupt | wc -l but for a eps, imagemagick does not see the corruption, I suppose it's because it's ghostscript that does the first conversion. Does anyone has a good way to detect corruption in eps ?
by kriks
2011-08-02T01:02:14-07:00
Forum: Developers
Topic: How to handle DNG specific features ?
Replies: 3
Views: 8426

Re: How to handle DNG specific features ?

thanks.

I've made a copy / paste here for following : https://sourceforge.net/tracker/?func=d ... tid=709089
by kriks
2011-07-31T23:34:51-07:00
Forum: Developers
Topic: How to handle DNG specific features ?
Replies: 3
Views: 8426

Re: How to handle DNG specific features ?

up.

Am I the only one having those problems ?
by kriks
2011-07-21T04:44:23-07:00
Forum: Developers
Topic: How to handle DNG specific features ?
Replies: 3
Views: 8426

How to handle DNG specific features ?

Hi everyone, I've been asked to analyze if we can handle DNG files. First try: yeah, with ufraw, IM works great. But the picture is not cropped as the DNG specifies it. Here is the interesting part of the XMP data provided by exiftool (identify -verbose does not show them) : Crop Left Margin : 0 Cro...
by kriks
2011-03-29T04:51:41-07:00
Forum: Bugs
Topic: TIFF rendering problem (negate?) with some files (CS5?)
Replies: 1
Views: 4817

TIFF rendering problem (negate?) with some files (CS5?)

Hi, I have some tiff files which don't get rendered correctly (negate ?) , via convert or display. here is one : http://dl.free.fr/nSXQSd8IV it is displayed correctly with gimp, or okular. using Identify, I can't get to see a valuable difference, except the photoshop version (CS5 in this case) I don...
by kriks
2011-02-23T02:22:59-07:00
Forum: Bugs
Topic: big tmp file or segfault on convert
Replies: 6
Views: 14114

Re: big tmp file or segfault on convert

thanks for the explanation

it works using +repage instead of +page before -flatten