-
Notifications
You must be signed in to change notification settings - Fork 256
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
integer expression expected #6
Comments
raspberry pi, heh. That's interesting. Is that on a bash shell? That line references the image dimensions, do you get proper info from these commands?
|
identify -format "%w" myfile.gif outputs "460"x15 for the 15 frames in that On Wed, Oct 14, 2015 at 9:38 PM, Jack Qiao [email protected] wrote:
|
that makes sense then. I'm not sure how to handle animated gifs in the source image though. The entire script basically assumes that the output images are jpegs (which for the photography focus I think makes sense) and it will take a bit of refactoring to support different output image formats. I'm leaning towards just skipping over animated gifs or re-encoding them as a static jpeg. Does the script work ok otherwise, without the animated gif? |
On my Raspberry Pi running Raspbian, I get
Reading files...................................../home/cherron/bin/expose.sh: line 402: [: 460460460460460460460460460460460460460460460460: integer expression expected
The text was updated successfully, but these errors were encountered: