{"id":1230,"date":"2012-04-07T23:45:28","date_gmt":"2012-04-07T19:45:28","guid":{"rendered":"http:\/\/sandalov.org\/blog\/?p=1230"},"modified":"2012-04-12T12:57:35","modified_gmt":"2012-04-12T08:57:35","slug":"%d1%80%d0%b0%d0%b7%d0%b4%d0%b5%d0%bb%d0%b5%d0%bd%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d0%b8%d1%86-%d0%bf%d0%be%d0%bf%d0%be%d0%bb%d0%b0%d0%bc-crop-rotate-%d1%81-%d0%bf%d0%be%d0%bc%d0%be%d1%89","status":"publish","type":"post","link":"https:\/\/sandalov.org\/blog\/1230\/","title":{"rendered":"\u0420\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043f\u043e\u043f\u043e\u043b\u0430\u043c +crop-rotate \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e ImageMagick"},"content":{"rendered":"<div class=\"2d836d85a73757df15d0de19d7bef594\" data-index=\"1\" style=\"float: none; margin:10px 0 10px 0; text-align:center;\">\n<script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-2287684400845931\";\r\n\/* valerymorozov *\/\r\ngoogle_ad_slot = \"5606708872\";\r\ngoogle_ad_width = 728;\r\ngoogle_ad_height = 90;\r\n\/\/-->\r\n<\/script>\r\n<script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script>\n<\/div>\n<p>Bash script:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#!\/bin\/bash\r\n#sudo apt-get install imagemagick\r\nfor i in {0..31}; \r\n  do convert -rotate 180 -crop '3262x2330+192+72' img-$i.jpg jpg:- | \\\r\n  convert -crop '50x100%' jpg:- imgout-$i%d.jpg; \\\r\n  rm img-$i.jpg; \\ \r\ndone\r\n<\/pre>\n<div class=\"2d836d85a73757df15d0de19d7bef594\" data-index=\"1\" style=\"float: none; margin:10px 0 10px 0; text-align:center;\">\n<script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-2287684400845931\";\r\n\/* valerymorozov *\/\r\ngoogle_ad_slot = \"5606708872\";\r\ngoogle_ad_width = 728;\r\ngoogle_ad_height = 90;\r\n\/\/-->\r\n<\/script>\r\n<script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script>\n<\/div>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Bash script: #!\/bin\/bash #sudo apt-get install imagemagick for i in {0..31}; do convert -rotate 180 -crop &#8216;3262&#215;2330+192+72&#8242; img-$i.jpg jpg:- | \\ convert -crop &#8217;50&#215;100%&#8217; jpg:- imgout-$i%d.jpg; \\ rm img-$i.jpg; \\ done<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[118,52,1],"tags":[252,196,229],"class_list":["post-1230","post","type-post","status-publish","format-standard","hentry","category-linux-2","category-ubuntu","category-unsorted","tag-crop","tag-imagemagick","tag-rotate"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/posts\/1230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/comments?post=1230"}],"version-history":[{"count":3,"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/posts\/1230\/revisions"}],"predecessor-version":[{"id":1256,"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/posts\/1230\/revisions\/1256"}],"wp:attachment":[{"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/media?parent=1230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/categories?post=1230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sandalov.org\/blog\/wp-json\/wp\/v2\/tags?post=1230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}