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

Using path to an image in a different folder doesn't work. #3

Open
burntime opened this issue Jan 16, 2013 · 2 comments
Open

Using path to an image in a different folder doesn't work. #3

burntime opened this issue Jan 16, 2013 · 2 comments
Assignees

Comments

@burntime
Copy link
Owner

$: tinypng htdocs/img/s/sprite_invite_webmail_r4.png
tinypng: Make backup copy
tinypng: Crush file
Could not find file: .tinypngtmp/htdocs/img/s/sprite_invite_webmail_r4-pngnq.png
Could not find file: .tinypngtmp/htdocs/img/s/sprite_invite_webmail_r4-pngcrush.png
File .tinypngtmp/htdocs/img/s/sprite_invite_webmail_r4-pngout.png doesn't exist [at void rezip_single(const string &, unsigned long long &, unsigned long long &):repng.cc:276]
mv: .tinypngtmp/htdocs/img/s/sprite_invite_webmail_r4-pngout.png: No such file or directory
htdocs/img/s/sprite_invite_webmail_r4.png Saved: 0 Bytes (0 %)
tinypng: Compress backup
@ghost ghost assigned burntime Jan 16, 2013
@simeon2020
Copy link

This leaves tinypng broken as directories can't be processed. Unless I'm holding it wrong?

$ tinypng latest
tinypng: Make backup copy
tinypng: Count files
tinypng: Crush directory
[1/346](0 %) >> latest/large_box.pngCould not find file: .tinypngtmp/latest/large_box-pngnq.png
Could not find file: .tinypngtmp/latest/large_box-pngcrush.png
File .tinypngtmp/latest/large_box-pngout.png doesn't exist [at void rezip_single(const std::string&, long long unsigned int&, long long unsigned int&):repng.cc:276]
mv: .tinypngtmp/latest/large_box-pngout.png: No such file or directory

Saved: 0 Bytes (0 %)

@burntime
Copy link
Owner Author

Unfortunately it's broken to. Most likely from the same change. You can rollback to 9796bc5 until this bug is fixed.

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