bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
401 stars 55 forks source link

Decreases image resolution #259

Open Biche-oolUS opened 3 years ago

Biche-oolUS commented 3 years ago

An image of 20000x10562 pixels becomes 8192x4326. Is there a technical limitation? 3 4

circular17 commented 3 years ago

There isn't really a hard limit, but as the software is designed, very big images will not make a correct use of cache and rendering will be very slow. So that's a way of avoiding slowdowns that would make the software not usable. Maybe an option could be added to allow any size, for experienced users.

circular17 commented 2 years ago

Related to https://github.com/bgrabitmap/lazpaint/issues/116