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

Crop image tool #130

Open zohozer opened 4 years ago

zohozer commented 4 years ago

Hi. I just discovered the LazPaint program and I found that do not have a crop tool for images. It is possible to add this tool to the app? Thank you.

c-sanchez commented 4 years ago

Hi @zohozer , maybe making a selection and cut/delete? or making the same selection, invert and cut/delete.

I'm not sure how different is a crop tool but I guess that is enough.

lainz commented 4 years ago

A crop tool is one that you do a selection, and when you hit enter the outside part is removed and the inside part is used in a new canvas width and height, smaller than the previous canvas.

circular17 commented 4 years ago

Hi @zohozer

You can crop an image by using the rectangle selection, and applying Image > Crop.

zohozer commented 4 years ago

Thank you. It is working. Not so intuitive but it is working.

circular17 commented 4 years ago

Ok. I will leave this issue as a non priority to add a specific tool.