Summary: | Error opening one gif image | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alberto <noesbuenosersincero> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cberger |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alberto
2011-01-22 17:10:01 UTC
Which version of krita are you using? Please paste the result of the command $ krita --version Sorry Qt: 4.7.0 Plataforma de desarrollo de KDE: 4.5.95 (4.6 RC2) Krita: 2.3.1 Git commit e891dace2586104ad6fd08c7cf7c0e56d37b3a16 by Boudewijn Rempt. Committed on 03/06/2011 at 22:04. Pushed by rempt into branch 'master'. Abuse the bmp filter for some other simple formats BMP, GIF, XPM, XBM are file formats we don't want to spend much time on. Krita is not for such files. So abuse the Qt support for those file formats like we used to abuse GraphicsMagick or ImageMagick and that's it -- if Qt cannot open these files, it's better to convert them using another application before importing in Krita. This also removes my gif filer which never worked really well. BUG: 167713 BUG: 270634 BUG: 263987 M +0 -7 krita/plugins/formats/CMakeLists.txt M +1 -1 krita/plugins/formats/bmp/kis_bmp_import.cpp M +1 -1 krita/plugins/formats/bmp/krita_bmp.desktop M +1 -1 krita/plugins/formats/bmp/krita_bmp_export.desktop M +1 -1 krita/plugins/formats/bmp/krita_bmp_import.desktop D +0 -38 krita/plugins/formats/gif/CMakeLists.txt D +0 -454 krita/plugins/formats/gif/gif_converter.cpp D +0 -97 krita/plugins/formats/gif/gif_converter.h D +0 -96 krita/plugins/formats/gif/gif_export.cpp D +0 -34 krita/plugins/formats/gif/gif_export.h D +0 -96 krita/plugins/formats/gif/gif_import.cpp D +0 -34 krita/plugins/formats/gif/gif_import.h D +0 -58 krita/plugins/formats/gif/kis_gif_writer_visitor.cpp D +0 -80 krita/plugins/formats/gif/kis_gif_writer_visitor.h D +0 -72 krita/plugins/formats/gif/krita_gif.desktop D +0 -36 krita/plugins/formats/gif/krita_gif_export.desktop D +0 -36 krita/plugins/formats/gif/krita_gif_import.desktop D +- -- krita/plugins/formats/gif/test.gif http://commits.kde.org/calligra/e891dace2586104ad6fd08c7cf7c0e56d37b3a16 |