fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Adding re sizable Logo to existing wallpaper Generator #744

Closed devbikshu closed 8 years ago

devbikshu commented 8 years ago

Hi,

I have a requirement that i need to add re sizable logo to my existing wallpaper generator before it gets Cropped.

My Site Url : http://cricmovie.com/bb-imagecrop/

My target is to build site like : http://apps.warnerbros.com/pacificrim/wallpapergenerator/

The main difference in both is adding logo before wallpaper gets cropped. i need to add logo to this.

I am very new to programming. Any Help will be grateful.

fengyuanchen commented 8 years ago

The Cropper does not support this.

You can try the native Canvas API to draw logo image over another image.

devbikshu commented 8 years ago

Thanks for the replay

I tried to draw logo using Canvas API as you have suggested but how to capture canvas with logo and with the same dimensions??