Summary: | When opening a tif file you can't see the image or resize the canvas | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | kyle l <kylenss> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | griffinvalley |
Priority: | NOR | ||
Version: | 5.1.5 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/2a1d1b2bee9e2ceee510afe09588895016c3a181 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Old vue xstream render |
Description
kyle l
2023-08-07 05:57:59 UTC
I can confirm! A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2223 Git commit dce97025f6a3b3ca5a6b0a74030b52de715b9d79 by Halla Rempt, on behalf of Freya Lupen. Committed on 22/08/2024 at 18:58. Pushed by rempt into branch 'master'. TIFF: Ignore resolution if set to 0 The code used a default resolution if it wasn't set at all, but didn't check if it was set and 0. M +2 -2 plugins/impex/tiff/kis_tiff_import.cc https://invent.kde.org/graphics/krita/-/commit/dce97025f6a3b3ca5a6b0a74030b52de715b9d79 Git commit 2a1d1b2bee9e2ceee510afe09588895016c3a181 by Freya Lupen. Committed on 10/09/2024 at 14:41. Pushed by freyalupen into branch 'krita/5.2'. TIFF: Ignore resolution if set to 0 The code used a default resolution if it wasn't set at all, but didn't check if it was set and 0. (cherry picked from commit dce97025f6a3b3ca5a6b0a74030b52de715b9d79) M +2 -2 plugins/impex/tiff/kis_tiff_import.cc https://invent.kde.org/graphics/krita/-/commit/2a1d1b2bee9e2ceee510afe09588895016c3a181 |