Multiple variables through wp_get_image_editor
-
I want to merge 2 images with imagick. I already know how to merge them with imagick, but I need to pass 2 variables through wp_get_image_editor to get this to work.
I named the 2 variables $background and $logo. $background contains the background image path. $logo contains the logo image path.
Does anyone know how i should do this?
- The topic ‘Multiple variables through wp_get_image_editor’ is closed to new replies.