Search found 58 matches
- 2016-07-11T07:54:24-07:00
- Forum: Bugs
- Topic: PKG_CONFIG_PATH variable has no effect under OS X
- Replies: 1
- Views: 4375
Re: PKG_CONFIG_PATH variable has no effect under OS X
I did an experiment. 1. Untar IM 6.9.3-2 2. Untar delegate libraries which I want (zlib, lcms, openexr, xml, jpeg, png, tiff) to the IM 6.9.3-2 root folder. 3. Build delegates. 4. Install delegates to a custom folder like $HOME/3rdlibs/libs 5. Execute ./configure CXXFLAGS="-std=c++11 -mmacosx ...
- 2016-07-11T03:55:04-07:00
- Forum: Bugs
- Topic: PKG_CONFIG_PATH variable has no effect under OS X
- Replies: 1
- Views: 4375
PKG_CONFIG_PATH variable has no effect under OS X
Recently I downloaded IM 7.0.2-2. It was surprise for me when "configure" script was finished and I didn't see usual delegates like PNG, JPEG, TIFF. Usually, delegate libraries are installed to a custom folder. I use PKG_CONFIG_PATH variable to point to the delegate *.pc files. I don't use ports for ...
- 2016-06-09T08:08:23-07:00
- Forum: Bugs
- Topic: The OpenBlob function cuts off '%' from a file path.
- Replies: 1
- Views: 3343
Re: The OpenBlob function cuts off '%' from a file path.
The workaround: to replace each '%' symbol by "%%" in a file path.
- 2016-06-09T08:00:25-07:00
- Forum: Bugs
- Topic: The OpenBlob function cuts off '%' from a file path.
- Replies: 1
- Views: 3343
The OpenBlob function cuts off '%' from a file path.
Hi. I have a problem with a file saving. When a file path contains something like this: "c:\tmp\%%\somefile.png" I catch an exception like this: "WriteBlob Failed `c:\tmp\%\somefile.png' @ error/png.c/MagickPNGErrorHandler/1630". I traced inside the library and found the problem here: blob.c lines ...
- 2015-05-20T07:43:16-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
How do I workaround this behaviour?
- 2015-05-20T03:19:19-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
I don't understand. Why is the same case in the IM "6,9,0,7" works as expected?
- 2015-05-20T03:14:10-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
O, sorry I am wrong. The "convert.exe grayscale.png -profile sRGB.icc grayscale1.png" gives the wrong result as well.
- 2015-05-20T03:03:29-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
But conversion to the srgb.icm works incorrect.
"convert.exe grayscale.png -profile srgb.icm grayscale1.png"
grayscale1.png is totally white.
"convert.exe grayscale.jpg -profile srgb.icm grayscale1.png"
grayscale1.png is expected result.
"convert.exe grayscale.png -profile srgb.icm grayscale1.png"
grayscale1.png is totally white.
"convert.exe grayscale.jpg -profile srgb.icm grayscale1.png"
grayscale1.png is expected result.
- 2015-05-20T02:56:36-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
Thank you,
Snigbo.
Snigbo.
- 2015-05-20T02:56:15-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
The "convert.exe grayscale.png -profile sRGB.icc grayscale1.png" gives expected result.
- 2015-05-20T02:19:31-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
- 2015-05-20T02:01:59-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
Snigbo, Thank you. The problem is conversion from the grayscale.png. For other grayscale images everything works as expected. I have checked: grayscale.bmp grayscale.jpg grayscale.png grayscale.tif All works as I expected except the grayscale.png. I make conversion from all grayscale.* images to the ...
- 2015-05-20T01:31:02-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
if I try to convert:
convert.exe grayscale.tif grayscale1.png
everything works as expected. But I get the same warning exception.
convert.exe grayscale.tif grayscale1.png
everything works as expected. But I get the same warning exception.
- 2015-05-20T01:20:11-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
When I tried to make conversion from grayscale.png to grayscale1.png I get a warning message that looks like:
convert.exe: profile 'icc': 'GRAY': Gray color space not permitted on RGB PNG `g
rayscale1.png' @ warning/png.c/MagickPNGWarningHandler/1656.
And totally white grayscale1.png as result.
convert.exe: profile 'icc': 'GRAY': Gray color space not permitted on RGB PNG `g
rayscale1.png' @ warning/png.c/MagickPNGWarningHandler/1656.
And totally white grayscale1.png as result.
- 2015-05-20T01:05:21-07:00
- Forum: Bugs
- Topic: Read a grayscale png.
- Replies: 20
- Views: 21713
Re: Read a grayscale png.
Glenn,
Thank you for the response. I think you right. Looks like a conversion problem.
Could someone to clarify this issue?
Thank you for the response. I think you right. Looks like a conversion problem.
Could someone to clarify this issue?