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

CI: Validation tool to identify JPG files saved in progressive format #277

Open
kai-li-wop opened this issue Jun 27, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kai-li-wop
Copy link
Member

To identify JPG files accidentality saved as progressive format it could be helpful to have a validation tool for this to test all used jpg files. Progressive JPGs are not supported by the q3map2 compiler and the engine.

@mgerhardy
Copy link
Member

not sure if this would work:

exiftool -r -p "$filename" -if "$EncodingProcess =~ /Progressive/ or $Photoshopformat =~ /Progressive/" -ext jpg .

@kai-li-wop kai-li-wop moved this to In Progress in WoP 1.7.x Aug 28, 2024
@kai-li-wop kai-li-wop added this to the v1.7.0 milestone Aug 28, 2024
@kai-li-wop kai-li-wop added the enhancement New feature or request label Aug 28, 2024
@kai-li-wop
Copy link
Member Author

Can you implement it into the validation tool or is there something I can do?

@kai-li-wop kai-li-wop modified the milestones: v1.7.0, backlog Nov 6, 2024
@kai-li-wop kai-li-wop moved this from Todo to Backlog in WoP 1.7.x Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants