joedf / ImgBeamer

SEM image formation process demo tool
https://joedf.github.io/ImgBeamer
MIT License
2 stars 0 forks source link

Crop-fit or letterbox-fit, not stretch-fit for non-square images #7

Open joedf opened 1 year ago

joedf commented 1 year ago

Konva example: https://konvajs.org/docs/sandbox/Scale_Image_To_Fit.html

joedf commented 8 months ago

Intention is to add fit and fill modes.

Possible examples

Could use either something with Image.crop() or Group.clip()...