Summary: | Krita creates a garbled image when converting from png or jpg to gif | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Antti Savolainen <antti.savo> |
Component: | File formats | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, griffinvalley |
Priority: | NOR | Keywords: | triaged |
Version: | 4.1.7 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/4443c7065791754067fcda13d3c4db5d01e19c79 | Version Fixed In: | |
Sentry Crash Report: |
Description
Antti Savolainen
2019-02-09 23:42:33 UTC
Can reproduce with the nightly builds. Git commit 4443c7065791754067fcda13d3c4db5d01e19c79 by Dmitry Kazakov. Committed on 23/04/2019 at 17:18. Pushed by dkazakov into branch 'master'. Fix line length in GIF export We cannot use QImage::bytesPerLine() for line length calculation because it usually includes alignment bytes, which are not recognized by giflib (obviously!). M +6 -1 plugins/impex/gif/qgiflibhandler.cpp https://invent.kde.org/kde/krita/commit/4443c7065791754067fcda13d3c4db5d01e19c79 |