-
Notifications
You must be signed in to change notification settings - Fork 13
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
Image Optimization GitHub Action #3
Comments
I would like to create a demo to do this task. I found two libraries that could do metadata extraction and image resizing. I'm not sure how I should implement to merge with other parts. Please let me know if you have any expectation on this issue. |
Start by creating shell scripts that can do this in Unix. When we run this, we'll do it on an Ubuntu cloud instance in GitHub Actions. |
Hi @Genne23v, I am just checking if this issue is still being worked on. |
@batunpc, I have seen his blog post. I think he's working on this issue. |
@SerpentBytes Thanks for the comment! @batunpc Yes, I'm going to push something soon. Sorry for late reply. |
When a user uploads their photos to be shared, we need to optimize them. I think this should include the following:
--strip
There are probably other things we can do too.
When the optimization is done, we should have both the original photos and optimized photos in different directories.
The text was updated successfully, but these errors were encountered: