-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Example] Java - Adding an image as an overlay #75
Comments
@colbyfayock i would like to work on this issue please assign this to me, I am familiar with Java. |
sounds great @VrajPatelGitHub! please also reference the existing java project that was added ealier: https://github.com/cloudinary-community/cloudinary-examples/tree/main/examples/java-image-upload you could potentially copy that direct as a starting point to help with consistency! thanks |
@colbyfayock I would like to work on this if incase @VrajPatelGitHub didn't start |
@s-vamshi I am already working on these issue which is assigned to me. |
@VrajPatelGitHub are you still working on this? |
yes @colbyfayock currently, I am working on these issue. |
Add an example as an executable script that adds an image as an overlay to an existing image in Java.
You can start off by replicating this folder and example from Node:
https://github.com/cloudinary-community/cloudinary-examples/tree/main/examples/node-transformations-effects
Particularly the image-overlay.js file, but in Java.
The text was updated successfully, but these errors were encountered: