humanmade / WPThumb

:warning: UNMAINTAINED :warning: On demand image resizing for WordPress
https://humanmade.co.uk/wpthumb/
170 stars 32 forks source link

Masking an image #50

Closed iSaadSalman closed 11 years ago

iSaadSalman commented 11 years ago

Hello Is there a way to mask an image with a shaped image in WPThumb? If not then how can I apply this GD function on uploaded image:http://stackoverflow.com/questions/7203160/php-gd-use-one-image-to-mask-another-image-including-transparency

I'm kind of new to wp hooks so..

Thanks

joehoyle commented 11 years ago

Hi @Saad-Salman , it's probably best to see how we add watermaking to images via the WP Thumb hooks here: https://github.com/humanmade/WPThumb/blob/master/wpthumb.watermark.php#L104

You can then get the WP_Image_Editor_GD object, and access to the GD Resource via $editor->get_image() ot make any alterations.