Search found 4 matches

by tsahia
2012-07-12T03:13:57-07:00
Forum: Bugs
Topic: problem converting png with alpha to web
Replies: 3
Views: 5856

Re: problem converting png with alpha to web

sample image i used is http://www.w3.org/Graphics/PNG/alphatest.png http://www.w3.org/Graphics/PNG/alphatest.png IM version that is working 6.7.6-5 IM Versions that are not working well 6.7.7-7 and 6.7.8-2 platform: CentOS 6.2 command line convert alphatest.png alphatest.webp convert alphatest.webp ...
by tsahia
2012-07-11T22:18:18-07:00
Forum: Bugs
Topic: problem converting png with alpha to web
Replies: 3
Views: 5856

problem converting png with alpha to web

test: using latest webp from today (11 july 2012 download from http://git.chromium.org/gitweb/?p=webm/libwebp.git) that supports alpha in webp and png. take a png image with alpha, convert to webp and back. check if the alpha is there It used to work in version 6.7.6-5 but in newer version (i tested...
by tsahia
2012-07-11T22:16:18-07:00
Forum: Magick++
Topic: problem converting png with alpha to web
Replies: 1
Views: 7136

Re: problem converting png with alpha to web

correction, it's not only magic++ convert also does not work, i'll try to move this thread to bugs or post a new one.
by tsahia
2012-07-11T11:34:15-07:00
Forum: Magick++
Topic: problem converting png with alpha to web
Replies: 1
Views: 7136

problem converting png with alpha to web

test: using latest webp from today (11 july 2012 download from http://git.chromium.org/gitweb/?p=webm/libwebp.git) that supports alpha in webp and png. take a png image with alpha, convert to webp and back. check if the alpha is there using ImageMagic convert this works ok. but when i wrote my own c...