Search found 96 matches

by axelrose
2015-12-16T07:15:49-07:00
Forum: Developers
Topic: libpng delegate no longer found
Replies: 8
Views: 13289

Re: libpng delegate no longer found

Thank you very much for both valuable hints. After having "pkg-config" installed in my $PATH the problem went away. libpng was found and PNG is now a valid delegate! :) But I also had to set PKG_CONFIG_PATH to /tmp/install/lib/pkgconfig to avoid the use of a local and outdated /opt/X11/lib...
by axelrose
2015-12-15T13:46:59-07:00
Forum: Developers
Topic: libpng delegate no longer found
Replies: 8
Views: 13289

Re: libpng delegate no longer found

MacOS X 10.11.2 I cannot build 6.9.2-8 so cannot report "convert -version" My latest 6.8.9-10 build though gives: Version: ImageMagick 6.8.9-10 Q16 x86_64 2015-11-11 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC OpenCL Delegates: jng jpe...
by axelrose
2015-12-15T12:33:27-07:00
Forum: Developers
Topic: libpng delegate no longer found
Replies: 8
Views: 13289

Re: libpng delegate no longer found

I compiled from source using ImageMagick-6.9.2-8.tar.gz and libpng-1.6.19.tar.gz roughly like this: mkdir /tmp/install cd libpng-1.6.19 ./configure CFLAGS=-O3 --prefix=/tmp/install --enable-shared --disable-dependency-tracking make check && make install cd ../ImageMagick-6.9.2-8 ./configure ...
by axelrose
2015-12-15T11:08:37-07:00
Forum: Developers
Topic: libpng delegate no longer found
Replies: 8
Views: 13289

libpng delegate no longer found

Hi all, I try to compile 6.9.2-8 but can no longer bind the libpng delegate. "./configure --with-png=yes" ends up with the report PNG --with-png=yes no Up to 6.8.9-10 everything works well though. The same compiled libpng is recognized. I tried libpng 1.6.18, 1.6.19 and 1.6.20, just didn't...
by axelrose
2013-03-08T11:24:48-07:00
Forum: Users
Topic: TIFF with alpha channels, -alpha remove
Replies: 7
Views: 27111

Re: TIFF with alpha channels, -alpha remove

Your tiff input 1 does not have either a path or background transparency. So there is no way to remove the alpha channels and get what you want unless there is a path and there is no path. Correct. We're getting closer to my problem now. I have a bag full of TIFF files and do not like to check with...
by axelrose
2013-03-08T01:00:19-07:00
Forum: Users
Topic: TIFF with alpha channels, -alpha remove
Replies: 7
Views: 27111

Re: TIFF with alpha channels, -alpha remove

Thanks again for using so much effort on my question. You got me wrong though. The second example is fine for me. It is the first example which bugs me. I want IM to ignore those extra channels of the TIFF file. They shouldn't be considered for transparency. If I save both TIFF files as PSD and use ...
by axelrose
2013-03-07T14:36:32-07:00
Forum: Users
Topic: TIFF with alpha channels, -alpha remove
Replies: 7
Views: 27111

Re: TIFF with alpha channels, -alpha remove

Thanks for checking this. input1 has to alpha channels, true. But it could have only one or even more. That is not my concern. Let me rephrase: I want to use "-alpha remove" for all TIFF images since this is only way I know to get a good preview from a TIFF with transparency and clip path....
by axelrose
2013-03-07T12:09:36-07:00
Forum: Users
Topic: TIFF with alpha channels, -alpha remove
Replies: 7
Views: 27111

TIFF with alpha channels, -alpha remove

Hello all, can anyone guide me with a TIFF alpha channel/path question. I need to convert all sorts of TIFFs to a normalized JPEG. Some of those TIFFs have extra alpha channels (sample "logo-alpha.tif", presumably a left over from the designer), some have transparent background and a clipp...
by axelrose
2012-05-01T10:07:28-07:00
Forum: Users
Topic: LAB TIF color artifacts after resizing
Replies: 12
Views: 20498

Re: LAB TIF color artifacts after resizing

The source is Photoshop, not PDF.
http://dl.dropbox.com/u/84530/IM/lab250.psd
by axelrose
2012-05-01T02:38:13-07:00
Forum: Users
Topic: LAB TIF color artifacts after resizing
Replies: 12
Views: 20498

Re: LAB TIF color artifacts after resizing

Hi Anthony, thanks for taking the time to check my question. I do not see though how you mean the application of profiles in the IM sense. If I do convert lab250.tif -profile sRGB.icc lab250-tif.jpg the colors are ok. If I run convert lab250.psd -profile sRGB.icc lab250-psd.jpg the colors are much d...
by axelrose
2012-04-30T07:01:39-07:00
Forum: Users
Topic: LAB TIF color artifacts after resizing
Replies: 12
Views: 20498

Re: LAB TIF color artifacts after resizing

Thanks a lot henrywho ! Your command line is a helpful workaround. Do you have another magic spell for converting LAB PSD files? If I use this input http://dl.dropbox.com/u/84530/IM/lab250.psd and this command line convert lab250.psd -colorspace RGB -distort resize 200x200 -alpha off +repage -colors...
by axelrose
2012-04-27T23:56:33-07:00
Forum: Users
Topic: LAB TIF color artifacts after resizing
Replies: 12
Views: 20498

Re: LAB TIF color artifacts after resizing

The colorspace parameter hasn't much influence here. The JPEG automatically gets converted into RGB.

Leave out the -resize option and the result is fine.

Regards, Axel.
by axelrose
2012-04-27T03:22:06-07:00
Forum: Users
Topic: LAB TIF color artifacts after resizing
Replies: 12
Views: 20498

LAB TIF color artifacts after resizing

Hello all, I'm converting a LAB TIFF to RGB JPEG. This looks fine without resizing but shows lots of color artifacts when resizing. Input: http://dl.dropbox.com/u/84530/IM/lab250.tif convert lab250.tif lab250.jpg gives http://dl.dropbox.com/u/84530/IM/lab250.jpg convert lab250.tif -resize 200x200 la...
by axelrose
2012-02-23T04:01:32-07:00
Forum: Developers
Topic: validation failure in 6.7.5-6 (libpng 1.5.9)
Replies: 1
Views: 5448

Re: validation failure in 6.7.5-6 (libpng 1.5.9)

I found it (from config.log) configure:30677: checking for png.h configure:30677: result: yes configure:30700: checking for LIBPNG15 support configure:30722: gcc -std=gnu99 -std=gnu99 -c -D_THREAD_SAFE -D_THREAD_SAFE -pthread -fopenmp -g -O2 -Wall -D_THREAD_SAFE -pthread -I/opt/local/include -I/opt/...
by axelrose
2012-02-22T09:13:18-07:00
Forum: Developers
Topic: validation failure in 6.7.5-6 (libpng 1.5.9)
Replies: 1
Views: 5448

validation failure in 6.7.5-6 (libpng 1.5.9)

Hello all, "make test" stops with this message in "validate-formats-in-memory.log-t" ... (194 passing tests) test 195: JNG/Undefined/TrueColor/8-bits... pass. validate: Application built with libpng-1.2.44 but running with 1.5.9 `' @ warning/png.c/MagickPNGWarningHandler/1754. va...