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

Icon generation #13

Open
StanleyMasinde opened this issue Jan 20, 2025 · 0 comments
Open

Icon generation #13

StanleyMasinde opened this issue Jan 20, 2025 · 0 comments
Assignees
Milestone

Comments

@StanleyMasinde
Copy link
Member

Description:

Implement functionality to generate all required PWA icons from a single uploaded square image. The system should:
1. Accept a high-resolution square image upload (e.g., PNG).
2. Generate icons in all required sizes and formats, including those specified in the Web App Manifest (e.g., 48x48, 72x72, 96x96, 144x144, 192x192, 512x512).
3. Ensure proper file naming and structure to align with PWA requirements.
4. Provide feedback or error messages if the uploaded image does not meet the minimum resolution or aspect ratio requirements.
5. Compress and optimize the generated icons for performance without compromising quality.

Deliverables:
• Functionality to upload an image and generate icons.
• A folder containing the generated icons, ready for inclusion in the app.
• Automated updates to the Web App Manifest to include the generated icons.

@StanleyMasinde StanleyMasinde added the enhancement New feature or request label Jan 20, 2025
@StanleyMasinde StanleyMasinde moved this to Backlog in PWA generator Jan 20, 2025
@StanleyMasinde StanleyMasinde added New feature and removed enhancement New feature or request labels Jan 20, 2025
@StanleyMasinde StanleyMasinde self-assigned this Jan 21, 2025
@StanleyMasinde StanleyMasinde added this to the Version 1 milestone Jan 21, 2025
@StanleyMasinde StanleyMasinde moved this from Backlog to Ready in PWA generator Jan 21, 2025
@StanleyMasinde StanleyMasinde moved this from Ready to In progress in PWA generator Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant