graphic magic faile when convert webp to gif
Swiss army knife of image processing
Brought to you by:
bfriesen
Use graphic magic in proxy script today got strange errors
I know image has gif extension but its output as animated webp
https://cdn-www.mandatory.com/assets/uploads/2017/02/0_mandatory_gifs_of_the_week_2_2_17.gif
RIFF WEBPVP8X
save as 1.webp
then
gm convert 1.webp 2.gif
no data returned
GraphicsMagick does not currently support animated WebP. In my testing I do get data returned but it is just the first frame from the GIF file.
that will be awesome better than no data returned gm 1.3.36
On Sun, 30 Jan 2022, asd wrote:
What is the origin of the GraphicsMagick build you are using? What
operating system are you using?
Bob
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt
windows 8.1
GraphicsMagick 1.3.36 20201226 Q16 http://www.GraphicsMagick.org/
Copyright (C) 2002-2020 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.
Feature Support:
Native Thread Safe yes
Large Files (> 32 bit) yes
Large Memory (> 32 bit) yes
BZIP yes
DPS no
FlashPix no
FreeType yes
Ghostscript (Library) no
JBIG yes
JPEG-2000 yes
JPEG yes
Little CMS yes
Loadable Modules yes
Solaris mtmalloc no
Google perftools tcmalloc no
OpenMP yes (200203 "2.0")
PNG yes
TIFF yes
TRIO no
Solaris umem no
WebP yes
WMF yes
X11 no
XML yes
ZLIB yes
Windows Build Parameters:
MSVC Version: 1500
centos 7
GraphicsMagick 1.3.36 20201226 Q16 http://www.GraphicsMagick.org/
Copyright (C) 2002-2020 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.
Feature Support:
Native Thread Safe yes
Large Files (> 32 bit) yes
Large Memory (> 32 bit) yes
BZIP yes
DPS no
FlashPix no
FreeType yes
Ghostscript (Library) no
JBIG yes
JPEG-2000 yes
JPEG yes
Little CMS yes
Loadable Modules yes
Solaris mtmalloc no
Google perftools tcmalloc no
OpenMP yes (201107 "3.1")
PNG yes
TIFF yes
TRIO no
Solaris umem no
WebP yes
WMF yes
X11 yes
XML yes
I downloaded the image and did a quick check, and the file is indeed a gif.
There is no animated webp (that I know), the equivalent usage for small animations is webm.
--
Sent from Yandex.Mail for mobile
18:58, 30 de janeiro de 2022, asd <lolgithubrox@users.sourceforge.net>:
Related
Bugs:
#660Also, try doing the opposit, or converting gif to gif
--
Sent from Yandex.Mail for mobile
19:06, 30 de janeiro de 2022, Roberto de Deus Barbosa Murta <robertomurta@yandex.com>:
Related
Bugs:
#660Firefox webp -- Chrome gif
content-length 1087528
content-type image/webp
date Tue, 01 Feb 2022 01:18:14 GMT
All this gif webiste somtimes shows gif somtimes webp i think some cache posison on backed.
https://drive.google.com/file/d/1FnLN_CblYgI5OAxHH4KN_kN5mf024689/view?usp=sharing
Apparently animated WebP is "WEBM". Regardless, this is a RIFF structured format which requires significant re-work of the existing WebP reader regardless of if it reads just one frame, or a sequence. So I think this is a major feature request rather than a "bug".
There is no plan at the moment to support WEBM format.