Skip to content
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

Closed
Tracked by #1457
monikakuster opened this issue Oct 1, 2024 · 6 comments · Fixed by #1820
Closed
Tracked by #1457

ImageHelper - Get Image Metadata action #1553

monikakuster opened this issue Oct 1, 2024 · 6 comments · Fixed by #1820
Assignees
Labels
backend Concerning any and all backend issues good first issue Good for newcomers hacktoberfest workflow-component New backend component request

Comments

@monikakuster
Copy link
Collaborator

monikakuster commented Oct 1, 2024

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:

  • image file - the image file from which metadata will be extracted

Output:

  • metadata - a structured object containing various metadata attributes of the image
@monikakuster monikakuster added good first issue Good for newcomers workflow-component New backend component request backend Concerning any and all backend issues hacktoberfest labels Oct 1, 2024
@Shripad-Joshi
Copy link

Hello @monikakuster , I would like to work on this issue.

@monikakuster
Copy link
Collaborator Author

monikakuster commented Oct 18, 2024

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.

@Shripad-Joshi
Copy link

Hello @monikakuster, Contributing.md guide is stating to create issue branch from develop branch, but I am not able find develop branch.

image

Can you please help me?

@monikakuster
Copy link
Collaborator Author

@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.

@Shripad-Joshi
Copy link

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.

@monikakuster
Copy link
Collaborator Author

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.

@monikakuster monikakuster moved this to In Progress in Components - Roadmap Dec 6, 2024
@monikakuster monikakuster mentioned this issue Dec 9, 2024
@monikakuster monikakuster moved this from In Progress to In Review in Components - Roadmap Dec 9, 2024
@monikakuster monikakuster linked a pull request Dec 9, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Review to Done in Components - Roadmap Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning any and all backend issues good first issue Good for newcomers hacktoberfest workflow-component New backend component request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants