Search found 4 matches

by klonuo
2011-04-16T23:40:02-07:00
Forum: Users
Topic: CORE_RL_Magick++_.dll: problem with pstoedit
Replies: 0
Views: 5289

CORE_RL_Magick++_.dll: problem with pstoedit

Hi, I use latest pstoedit with gs, and latest ImageMagick on Windows 7 32b, and have problem with pstoedit: The procedure entry point ??0Geometry@Magick@@QAE@IIII_N0@Z could not be located in the dynamic link library CORE_RL_Magick++_.dll. Can someone provide more info, as should I go back couple of ...
by klonuo
2011-03-23T21:13:55-07:00
Forum: Users
Topic: Trouble with 8-bit PNG output
Replies: 3
Views: 7712

Re: Trouble with 8-bit PNG output

Yes, problem was that I run that command as part of batch file with "Enabled Delayed Expansion" so I needed to escape some characters, but - running on command prompt it raised error about not being able to write color-type 2 for PNG8: and if I omit PNG8: then it would write 24-bit PNG. I feed it ...
by klonuo
2011-03-23T19:33:13-07:00
Forum: Users
Topic: Trouble with 8-bit PNG output
Replies: 3
Views: 7712

Re: Trouble with 8-bit PNG output

I found a way to produce valid 8-bit PNG so that libpng would understand it: In the ocean of command line switches there is PNG24: instead PNG8: which would produce 8-bit PNG in RGB mode instead in indexed colors
by klonuo
2011-03-23T17:32:07-07:00
Forum: Users
Topic: Trouble with 8-bit PNG output
Replies: 3
Views: 7712

Trouble with 8-bit PNG output

Hi I'm using ImageMagick-6.6.8-6-Q16-windows-dll.exe I have large JPEG images and wanted to batch resize to PNG: convert.exe -geometry 704x576! -quality 100 in.jpg png8:out.png This command produces 8-bit PNG as I would expect, but I have problem when I try to pass this 8-bit PNG to png2yuv (from ...