คำสั่งหนึ่งซับ
แรงบันดาลใจจากบทความนี้ใช้คำสั่งหนึ่งซับ:
$ identify drop_caches.gif | wc -l
128
สำหรับรายละเอียดเพิ่มเติมใช้:
identify -verbose filename.gif
เว็บไซต์นี้ให้คุณอัปโหลด.gif
และวิเคราะห์ได้หลายวิธีรวมถึงจำนวนเฟรมในเว็บไซต์:
convert
ให้บริการโดยภาพเมจิกจะแปลงของคุณ.gif
ลงในแต่ละ.png
ภาพหนึ่งสำหรับแต่ละเฟรม:
$ convert -verbose -coalesce drop_caches.gif drop_caches.png
drop_caches.gif[0] GIF 470x940 470x940+0+0 8-bit sRGB 256c 177KB 0.090u 0:00.099
drop_caches.gif[1] GIF 13x1 470x940+398+704 8-bit sRGB 256c 177KB 0.080u 0:00.089
drop_caches.gif[2] GIF 306x620 470x940+144+130 8-bit sRGB 256c 177KB 0.080u 0:00.089
(... SNIP ...)
drop_caches.gif=>drop_caches-125.png[125] GIF 470x940 470x940+0+0 8-bit sRGB 255c 50.3KB 27.100u 0:24.890
drop_caches.gif=>drop_caches-126.png[126] GIF 470x940 470x940+0+0 8-bit sRGB 254c 48.9KB 27.320u 0:25.089
drop_caches.gif=>drop_caches-127.png[127] GIF 470x940 470x940+0+0 8-bit sRGB 254c 48.9KB 27.480u 0:25.269