Skip to content

Instantly share code, notes, and snippets.

@katapad
Last active December 13, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katapad/4952643 to your computer and use it in GitHub Desktop.
Save katapad/4952643 to your computer and use it in GitHub Desktop.
TumblrでGIFアニアップしたときのエラー upload_photo
{
"meta" :
{
"status" : 200,
"msg" : "OK"
},
"response" :
[
{
"original_filename" : "test_shoot2_400-df.gif",
"error" : "Magick error: sh: line 1: 31536 Killed /usr/local/bin/convert - -coalesce -resize \"250x400>\" gif:-\n"
}
]
}
{
"meta" :
{
"status" : 200,
"msg" : "OK"
},
"response" :
[
{
"original_filename" : "test_shoot2_720-dr.gif",
"error" : "Magick error: sh: line 1: 5115 Killed /usr/local/bin/convert - -coalesce -resize \"500x750>\" gif:-\n"
}
]
}
@katapad
Copy link
Author

katapad commented Feb 14, 2013

2 ->
720x406

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment