Created attachment 145509 [details] In MS Paint it's darker SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** Images are being saved darker and less colored STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Hi, you probably saved a 16bit file, which was using a linear space, as a png. You will want to convert to 8bit sRGB first. Saving for Web tutorial, which explains which toggles to check: https://docs.krita.org/en/tutorials/saving-for-the-web.html Gamma and linear: https://docs.krita.org/en/general_concepts/colors/linear_and_gamma.html