matiasgali / guillotine

jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate.
http://guillotine.js.org
326 stars 100 forks source link

Transparent part of image looks white #52

Closed Luke-SF closed 8 years ago

Luke-SF commented 8 years ago

Guillotine crop works great but it would be useful to have a checkered background in cases the image you're cropping has transparency!

matiasgali commented 8 years ago

That's very subjective and out of Guillotine's scope. Some might want a background, some might not. Using a bit of CSS it's very easy to set whatever background you want.

Guillotine aims to do one thing and do it well, and that's to provide a good and simple API to get the cropping area from an image. For the rest Guillotine gets out of the way allowing developers to apply whatever design they want, manage data however they want and control what end-users can or can't do as they see fit.

In the CONTRIBUTING file there are few resources, like the chat, where it might be easier to propose and discuss possible new features.