Problem Exporting Images Fresco Every time I export an image from FRESCO using a transparent background, the exported file doesn't just crop to the image size. Instead, it exports the image along with the "frame" of the original size of the canvas itself. This is inhibiting my ability to upload the exported image in the size it looks on screen, because it ties in the whole canvas size to the image. I don't want all that excess empty space to be included in the file, as it gets in the way of being able to work with the images once exported. For example; I want to take an image exported from FRESCO and import it into a free software similar to Illustrator. I want to align that said image with text, in a perfect vertical alignment. But I can't get a perfect vertical alignment between the text and said image, because FRESCO doesn't just include the image, but all the excess space of the canvas too. So when I vertically align, it aligns with the canvas size of the exported FRESCO design, NOT the actual design itself.