MattKetmo / darkroomjs

Extensible image editing tool in your browser
https://mattketmo.github.io/darkroomjs
MIT License
1.41k stars 406 forks source link

v2.0.0 #43

Closed MattKetmo closed 9 years ago

MattKetmo commented 9 years ago

This fix issues about scaling down the image and losing quality. Also the visible canvas acts only has a viewport of the "source". So it can easily adapt to the predefined dimensions & ratio.

TODO

egorrishe commented 9 years ago

Hi! Your work is great! Thanks!

Branch v2 save image with bug - plugin adds transparent 1px on two sides of image. Reproduce:

  1. Just click 'Save' button and wrap img with css border:1px solid #000. Result:
    just_save
  2. Or you can crop and then save. Result - other two sides (left & top) have transparent 1px. Here you can download it crop_and_save