Open GoogleCodeExporter opened 9 years ago
The convert.exe is from ImageMagick tools.
The produced jpg have (more or less) the same size.
The original jpg, and the produced webp and jpg have the same quality.
I'm now add the exif from webp to jpg
exiftool -tagsFromFile src.webp -exif:all dst.jpg
Original comment by marcomsousa
on 12 May 2014 at 1:40
It should support convert WEBP TO JPG
Original comment by marcomsousa
on 12 May 2014 at 2:01
:: EXIF FROM WEBP TO FINAL JPG
set EXIF_PARAMS1=-tagsFromFile
set EXIF_PARAMS2=-exif:all -overwrite_original
FORFILES /p %1 /m *.webp /c "cmd /c %WEBP_HOME%\exiftool.exe %EXIF_PARAMS1%
@fname.webp %EXIF_PARAMS2% @fname.jpg"
Original comment by marcomsousa
on 12 May 2014 at 2:03
Issue 176 has been merged into this issue.
Original comment by pascal.m...@gmail.com
on 19 Aug 2014 at 1:09
Issue 176 has been merged into this issue.
Original comment by jz...@google.com
on 19 Aug 2014 at 6:33
Original issue reported on code.google.com by
marcomsousa
on 12 May 2014 at 1:37