Page 1 of 1
Help me compile ImageMagick with mozjpeg
Posted: 2015-09-12T07:37:45-07:00
by acterhd
I'm replaced "jpeg" by mozjpeg, configured mozjpeg by cmake, after configured ImageMagick project (Windows). But when compiling, I get's only errors: Cannot open "jcolsamp.inc" and "jsimdext.inc" and CAN'T BE FIXED by config VS project! Please, help me fix this error in ImageMagick. Try building x64 project.
I want try convert image to JNG with mozjpeg.
Re: Help me compile ImageMagick with mozjpeg
Posted: 2015-09-12T11:26:15-07:00
by acterhd
I tried change masm command string to:
<Command>ml /I"..\..\jpeg\simd" /nologo /c /Cx /safeseh /coff /Fo"$(IntDir)%(Filename).obj" "%(FullPath)"</Command>
<Outputs>$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
But didn't help!
Re: Help me compile ImageMagick with mozjpeg
Posted: 2015-09-12T11:35:24-07:00
by fmw42
I know nothing about mozjpeg or how to compile IM with it.
I do not know if mozjpeg can do lossless conversion to anything other than another jpg. See
viewtopic.php?f=1&t=28260&p=125670&hili ... eg#p125224.
Re: Help me compile ImageMagick with mozjpeg
Posted: 2015-09-12T12:00:11-07:00
by acterhd
I know mozjpeg have better compression. But I want mozjpeg+JNG.