exporting as pdf
in
Integration and Hardware
•
1 years ago
hi
I have to draw lines with the mouse of the length of 36090 pixels. Then I have to export these pixels into a picture which I can print with a hight enough resolution (at least 200 dpi). processing works with 72 dpi an there is no way to change it - right? Or ist there a way to change the resolution within processing?
The only way I see, is save it as a vector-file. All I found is exporting as pdf. now I always get the message, that the memory in preferences might be to small. It says:
OutOfMemoryError: You may need to increase the memory setting in Preferences
I opend the preferences - there are tree lines with the word memory
run.options.memory=false
run.options.memory.initial=64
run.options.memory.maximum=256
I took the last one and changed it up to 25600
but it did't help at all.
does anybody know, what I can do?
thanks for help!
I have to draw lines with the mouse of the length of 36090 pixels. Then I have to export these pixels into a picture which I can print with a hight enough resolution (at least 200 dpi). processing works with 72 dpi an there is no way to change it - right? Or ist there a way to change the resolution within processing?
The only way I see, is save it as a vector-file. All I found is exporting as pdf. now I always get the message, that the memory in preferences might be to small. It says:
OutOfMemoryError: You may need to increase the memory setting in Preferences
I opend the preferences - there are tree lines with the word memory
run.options.memory=false
run.options.memory.initial=64
run.options.memory.maximum=256
I took the last one and changed it up to 25600
but it did't help at all.
does anybody know, what I can do?
thanks for help!
1