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

Support Tinify API to compress images and Auto Atlas as well #16726

Open
BenoitFreslon opened this issue Feb 16, 2024 · 1 comment
Open

Support Tinify API to compress images and Auto Atlas as well #16726

BenoitFreslon opened this issue Feb 16, 2024 · 1 comment
Assignees

Comments

@BenoitFreslon
Copy link

Use Case

Hello,
We need to optimize all assets in our game so we usually use tiny.png to compress all PNGs.

Problem Description

However when we use the Auto Atlas feature, we can't compress manually the image generated from the Auto Atlas.

With CC compression:
image
With tiny.png compression:
image

Proposed Solution

Propose an option that uses the Tinify API to compress images.

How it works

Sorry I don't know how to code this.

Alternatives Considered

The only solution we found is to use Free Texture Packer with the Tinify API
image

Or go to the build folder and find the image to manyally compress the Atlas with Tiny.png.

Additional Information

No response

@BenoitFreslon BenoitFreslon added Feature Request Needs Triage Needs to be assigned by the team labels Feb 16, 2024
@wuzhiming
Copy link
Contributor

you can go to cocos store and find the plugin,
like this https://store.cocos.com/app/search?name=%E5%9B%BE%E7%89%87%E5%8E%8B%E7%BC%A9

@wuzhiming wuzhiming removed the Needs Triage Needs to be assigned by the team label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants