-
Notifications
You must be signed in to change notification settings - Fork 52
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
ImageHelper - Get Image Metadata action #1553
Comments
Hello @monikakuster , I would like to work on this issue. |
Hey @Shripad-Joshi, welcome to Bytechef. :) Plese start with our CONTRIBUTING.md guide. This part describes how to create new component or how to add new action or trigger to existing one. Here is the detailed description of the structure of every component. And finally, to test your action, here is the guide. |
Hello @monikakuster, Contributing.md guide is stating to create issue branch from develop branch, but I am not able find develop branch. Can you please help me? |
@Shripad-Joshi sorry for the confusion; it was our mistake. We accidentally deleted the develop branch, but it has now been restored. You can go ahead and create your issue branch from the develop branch. |
Hello @monikakuster , small doubt about output you want it in structured object, then can I create a class in constant package to store and return image metadata. |
Hey, @Shripad-Joshi... Yes, go ahead and create it in the way you think is best. I will review the pull request and determine if any refactoring is needed. |
The Get Image Metadata action for the Image Helper component is designed to extract and provide detailed metadata from an image file. This action is essential for applications that require information about image properties, such as dimensions, format, color depth, and more.
Action Properties:
Output:
The text was updated successfully, but these errors were encountered: