https://bugs.kde.org/show_bug.cgi?id=520498
vanyossi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED CC| |[email protected] Resolution|--- |NOT A BUG --- Comment #1 from vanyossi <[email protected]> --- you ran out of memory crash. 60million does not seem to be a sane DPI, at least not for krita intended use. I believe the text tool is working as intended, rendering the text in 'pt' sizes relative to the image reported DPI and pixels on screen. Before adding text be sure to modify the image DPI (not the image pixel size, but the printing size) : Image -> Scale Image to New Size.., make sure "Adjust print size separatedly" is checked, and modfy the DPI to the desired amount, i.e. 150. Apply and then text should be manageable. I tested with a 6million DPI image and there was no crash. I was even able to add text, but I could not convert it to pixel data (it was extremely big) If you can't use krita to change the DPI use another tool, like "sips" on the terminal: 'sips -s dpiHeight 150 -s dpiWidth 150 <path_to_image_file>' 60million is an absurd number (for printing on paper anyways), the max in krita allows to set is 10_000 -- You are receiving this mail because: You are watching all bug changes.
