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

Avoid useless bytes at the end of JPEG file #13

Open
Syping opened this issue Jun 6, 2021 · 1 comment
Open

Avoid useless bytes at the end of JPEG file #13

Syping opened this issue Jun 6, 2021 · 1 comment

Comments

@Syping
Copy link

Syping commented Jun 6, 2021

Is your feature request related to a problem? Please describe.
Not really

Describe the solution you'd like
End the JPEG file at 0xFF 0xD9 so everything after it is skipped which reduces file size and removes useless bytes

Describe alternatives you've considered
None

Additional context
Just some advice

@manuasir
Copy link

manuasir commented Jun 6, 2021

Thanks very much @Syping! We'll change that ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants