maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
784 stars 101 forks source link

Bigger canvas than 4096x4096 #608

Open rahmanshaber opened 1 year ago

rahmanshaber commented 1 year ago

Requested feature

I use this app to attach two or more pics together, and the final pics ends up more than the largest canvas size. Can you please remove the canvas size limit please.

Possible drawbacks

It may take more resources but some of us have capable machine, so let the user have the option.

Possible alternatives

Use case

maoschanz commented 1 year ago

this limit is for new images, i.e. the default canvas can't be something huge. But it's possible to expand any canvas further using the "crop/expand" tool

however i should indeed provide a way to create such a big canvas, for example through the "new image with custom size" dialog

rahmanshaber commented 1 year ago

ohh, that's correct, i can indeed use the crop tool to do that. but not limiting the size in the settings and the pop window would be nicer.