01-30-2018, 02:56 PM
(This post was last modified: 01-30-2018, 02:57 PM by rich2005.
Edit Reason: typo
)
Difficult to give any advice with scant information. You could use maybe dropbox or similar for the .xcf or imgur.com for the screenshot.
Screenshot more than 500KB? You can get an estimate of jpeg size when exporting as: https://i.imgur.com/6DDjJqI.jpg Tick the show preview button and pull the slider down.
Or are you using a HD monitor?
Regardless, what size is the image in pixels? How many layers does the .xcf contain?
Can you (1) export the image as a png, check that it is ok then (2) use command line Imagemagick to make the pdf as:
Screenshot more than 500KB? You can get an estimate of jpeg size when exporting as: https://i.imgur.com/6DDjJqI.jpg Tick the show preview button and pull the slider down.
Or are you using a HD monitor?
Regardless, what size is the image in pixels? How many layers does the .xcf contain?
Can you (1) export the image as a png, check that it is ok then (2) use command line Imagemagick to make the pdf as:
Code:
convert image.png -density 300 image.pdf