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

Add --type and --quality flags #2

Closed
onderceylan opened this issue Aug 15, 2019 · 1 comment
Closed

Add --type and --quality flags #2

onderceylan opened this issue Aug 15, 2019 · 1 comment
Assignees
Labels
enhancement Code improvement, refactor released
Milestone

Comments

@onderceylan
Copy link
Collaborator

Currently app only generates images in png format. Adding --type flag will make it possible to generate jpg output with compression options provided by --quality flag. This is important for reducing sizes of large launch images with rich background.

@onderceylan onderceylan added the enhancement Code improvement, refactor label Aug 15, 2019
@onderceylan onderceylan added this to the 1.1.0 milestone Aug 15, 2019
onderceylan added a commit that referenced this issue Aug 15, 2019
App was only generating images in png format. Adding --type flag makes it possible to generate jpg
output with compression options provided by --quality flag. This is important for reducing sizes of
large launch images with rich background.

fix #2
@onderceylan onderceylan self-assigned this Aug 15, 2019
onderceylan pushed a commit that referenced this issue Aug 15, 2019
# [1.1.0](v1.0.2...v1.1.0) (2019-08-15)

### Features

* **cli:** added --portrait-only and --landscape-only flags ([1fb1ecb](1fb1ecb)), closes [#4](#4)
* **cli:** added --splash-only and --icon-only flags ([20f39e0](20f39e0)), closes [#3](#3)
* **cli:** added --type and --quality flags ([c0c1565](c0c1565)), closes [#2](#2)
* **cli:** create output folder if it doesn't exist ([4eebf34](4eebf34)), closes [#9](#9)
@onderceylan
Copy link
Collaborator Author

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Code improvement, refactor released
Projects
None yet
Development

No branches or pull requests

1 participant