1
0
Fork 0
mirror of https://github.com/imjasonh/gifexplode synced 2026-07-07 00:22:41 +00:00
No description
Find a file
2014-05-06 17:07:52 -04:00
.gitignore Initial commit 2013-12-29 15:57:56 -08:00
app.yaml Retry failed channel calls, add JS slider control, don't retry tasks since the client has probably already left and it costs instance time 2014-01-11 14:03:18 -05:00
client.js Channel messages are unreliable. Rather than stream frames back (in chunks no less), upload a JSONified img data array and have the client load it when it's ready. This is currently broken in prod because serviceaccount.Clients can't set the urlfetch timeout and defaults to 5s -- also, using service accounts means that dev_appserver is not usable anymore... 2014-01-22 14:42:22 -05:00
gifexplode.go Channel messages are unreliable. Rather than stream frames back (in chunks no less), upload a JSONified img data array and have the client load it when it's ready. This is currently broken in prod because serviceaccount.Clients can't set the urlfetch timeout and defaults to 5s -- also, using service accounts means that dev_appserver is not usable anymore... 2014-01-22 14:42:22 -05:00
LICENSE Initial commit 2013-12-29 15:57:56 -08:00
queue.yaml Retry failed channel calls, add JS slider control, don't retry tasks since the client has probably already left and it costs instance time 2014-01-11 14:03:18 -05:00
README.md Update README.md 2014-05-06 17:07:52 -04:00
TODO Retry failed channel calls, add JS slider control, don't retry tasks since the client has probably already left and it costs instance time 2014-01-11 14:03:18 -05:00

gifexplode

App Engine app to explode animated GIFs into frames

Running at https://gifexplode.appspot.com

Example: http://gifexplode.appspot.com/fetch?url=http://i.imgur.com/RA3PGVh.gif


License

Copyright 2014 Jason Hall

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.