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

Errors in bash #25

Closed
marklarr opened this issue May 28, 2014 · 8 comments
Closed

Errors in bash #25

marklarr opened this issue May 28, 2014 · 8 comments

Comments

@marklarr
Copy link
Contributor

When calling the ttygif binary, I get one of these errors for each image

convert: iCCP: Not recognizing known sRGB profile that has been edited `00001_0.png` @ warning/png.c/MagickPNGWarningHandler/1832.

As a workaround, I added the -quiet flag to convert on this line. Obviously, not ideal, but at least I was able to make my gif ;)

@icholy
Copy link
Owner

icholy commented May 28, 2014

PR?

@marklarr
Copy link
Contributor Author

Is throwing in the flag how we actually want to fix this? I can make a PR if so

@icholy
Copy link
Owner

icholy commented May 28, 2014

Does adding the -strip flag to convert fix the problem?

@marklarr
Copy link
Contributor Author

No, unfortunately :(

@icholy
Copy link
Owner

icholy commented May 28, 2014

try the strip branch

@marklarr
Copy link
Contributor Author

11:58 $ ../ttygif/ttygif ttyrec_output
bash: term-tab-name: command not found
snapshot: Undefined error: 0
~/github.com/ocmock [master ↓·19↑·2|✚67…67]

I've actually been getting that command not found error on concat, ttyrec, and ttygif. It's a function in my bash_profile.

@icholy
Copy link
Owner

icholy commented May 28, 2014

I don't have a mac to test this on so idk. From what I've read, the original error is not an issue. So I think adding -quite is good enough.

@marklarr
Copy link
Contributor Author

#26

@icholy icholy closed this as completed May 29, 2014
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