https://bugs.kde.org/show_bug.cgi?id=429294
Eoin O'Neill <eoinoneill1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/ec089d615 | |e2916610614524a4adc3a8380bb | |e7f0 Status|CONFIRMED |RESOLVED --- Comment #2 from Eoin O'Neill <eoinoneill1...@gmail.com> --- Git commit ec089d615e2916610614524a4adc3a8380bbe7f0 by Eoin O'Neill, on behalf of Bip Boop. Committed on 05/01/2022 at 23:32. Pushed by eoinoneill into branch 'master'. Crop imported animation frames to content * Reduces file size * Reduces ram usage Optimization attempt of calculateExactBoundsImpl Purge default pixels unconditionaly on import frame Add a checkbox in settings/general/filehandling to disable croping default pixels on frames import * The option to trim frames on import means that the frame is cropped to the document's dimensions * purgeDefaultPixels is called on each imported frame unconditionally M +6 -8 libs/image/kis_paint_device.cc M +1 -1 libs/ui/actions/KisPasteActionFactories.cpp M +8 -0 libs/ui/dialogs/kis_dlg_preferences.cc M +1 -0 libs/ui/dialogs/kis_dlg_preferences.h M +11 -1 libs/ui/forms/wdggeneralsettings.ui M +7 -0 libs/ui/kis_animation_importer.cpp M +9 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h M +1 -1 plugins/impex/csv/csv_loader.cpp https://invent.kde.org/graphics/krita/commit/ec089d615e2916610614524a4adc3a8380bbe7f0 -- You are receiving this mail because: You are watching all bug changes.