-
Notifications
You must be signed in to change notification settings - Fork 306
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
JPEG support in CLI #63
Comments
Oh, right now i'm getting |
No — the CLI that accompanies the library is very basic and can only compare PNGs. We might want to add JPG support though, e.g. with https://github.com/eugeneware/jpeg-js |
Please consider adding JPEG/JPG support 👍 |
I would also love it if you could add JPEG support. It could help with this issue: americanexpress/jest-image-snapshot#209 which is important as jest tests can be a lot faster when using jpeg instead of png. |
For example, i have 2 exactly the same images but one in
.png
and other in.jpg
extensions and i want to compare them.The text was updated successfully, but these errors were encountered: