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

Argument list is too long #6

Open
danitinez opened this issue Jun 8, 2018 · 0 comments
Open

Argument list is too long #6

danitinez opened this issue Jun 8, 2018 · 0 comments

Comments

@danitinez
Copy link

Getting this error:

danitinezs-MacBook-Pro-2:Desktop danitinez$ /usr/local/bin/convert +repage -fuzz 1.6% -delay 1.7 -loop 0 .temp/*.png -layers OptimizePlus -layers OptimizeTransparency .temp.gif

-bash: /usr/local/bin/convert: Argument list too long

I fixed it replacing line 37 with: (note ".temp/*.png")

/usr/local/bin/convert +repage -fuzz 1.6% -delay 1.7 -loop 0 ".temp/*.png" -layers OptimizePlus -layers OptimizeTransparency .temp.gif

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

1 participant