Drawpile
Drawpile copied to clipboard
Annotation tool text is not included in output when saved as a flattened image type
Using version 2.1.17 on Windows 10 Home (64 bit). According to my friend, she's been having this same issue on this and previous versions for at least a year as well.
Steps to reproduce:
- Open a new canvas
- Add any text with the annotation tool
- Save the canvas with
File>Save As...
, name the file anything, and selectPNG (*.png)
(or BMP/JPEG) in theSave as type
dialog - Hit save, click
Flatten
on the extra Save Image layer warning dialogue that appears - Check the resulting image and see that no text appears on the outputted image
It's simply because raster image formats do not support anotations, it's a property of ORA files. https://github.com/drawpile/Drawpile/wiki/OpenRaster
You have to press merge on them first so they appear in the raster layer. It's the raster layers the ones that get flattened.
I suppose a "include annotations" checkbox could be added to the "flatten image" dialog to give the option to automatically merge the annotations.
I suppose a "include annotations" checkbox could be added to the "flatten image" dialog to give the option to automatically merge the annotations.
This is probably the best way of dealing with it so people don't have to merge text they may decide to edit later.
This is fixed and available in the continuous release: https://github.com/drawpile/Drawpile/releases/tag/continuous
I didn't put in any toggle, it just always exports the annotations to flat images because to me that just makes sense. You can see them on the canvas, so they should end up in the image.
Thanks for reporting it!