Search found 6 matches

by acterhd
2015-09-15T06:44:49-07:00
Forum: Bugs
Topic: Broken MNG when...
Replies: 0
Views: 5658

Broken MNG when...

I'm begin... Frist. I generated MNG image by ImageMagick. May be correct. BUT! Two. I converted MNG to MNG again, and get incorrect MNG animation (not clearing). And delay=0. Tree. I tried same MNG, but with advmng . I get: same effect with blend (not clearing) and loop=1. All convertors and ...
by acterhd
2015-09-15T03:43:27-07:00
Forum: Users
Topic: How to optimize MNG?
Replies: 0
Views: 5726

How to optimize MNG?

Tell me please, how to optimize MNG?
by acterhd
2015-09-12T12:00:11-07:00
Forum: Developers
Topic: Help me compile ImageMagick with mozjpeg
Replies: 3
Views: 5342

Re: Help me compile ImageMagick with mozjpeg

I know mozjpeg have better compression. But I want mozjpeg+JNG.
by acterhd
2015-09-12T11:26:15-07:00
Forum: Developers
Topic: Help me compile ImageMagick with mozjpeg
Replies: 3
Views: 5342

Re: Help me compile ImageMagick with mozjpeg

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!
by acterhd
2015-09-12T07:37:45-07:00
Forum: Developers
Topic: Help me compile ImageMagick with mozjpeg
Replies: 3
Views: 5342

Help me compile ImageMagick with mozjpeg

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 ...
by acterhd
2015-05-18T10:16:26-07:00
Forum: Users
Topic: Animated PNG (apng) support proposal
Replies: 0
Views: 4075

Animated PNG (apng) support proposal

I suggest to add APNG support in ImageMagick officially. I can try to add APNG support in ImageMagick source code, because I have some skills.