ã¢ãã¡ã¼ã·ã§ã³GIFããªãµã¤ãºãâ convertã³ãã³ã(ImageMagick)
ã¢ãã¡ã¼ã·ã§ã³GIFãã¡ã¤ã«ã®ãµã ãã¤ã«ç»å(縮å°ç»å)ãä½ãå¦çãPHPã§æ¸ããã¨ãããããããããªãé¢åããããçµæãã³ãã³ãã©ã¤ã³ããImageMagickã®convertã³ãã³ããå©ããã¨ã«ããã
ã³ãã³ãä¸çºã§ã¢ãã¡ã¼ã·ã§ã³ãä¿æãã¤ã¤ç¸®å°ï¼ãã°ãããâª
ããã¨ãã«èª¿ã¹ããã¨ãã¡ã¢ã
ã¢ãã¡ã¼ã·ã§ã³GIFã®ãã¡ã¤ã«(source.gif)ã縦横50%縮å°ããoutput.gif ã¨ãã¦åºåã
convert source.gif -coalesce -scale 50% -deconstruct output.gif
ã¢ãã¡ã¼ã·ã§ã³GIFã®ãã¡ã¤ã«(source.gif)ã縦横250pxã«åã¾ãããã«ããoutput.gif ã¨ãã¦åºåã
convert source.gif -coalesce -resize 250x250 -deconstruct output.gif
ã¢ãã¡ã¼ã·ã§ã³GIFã®ãã¡ã¤ã«(source.gif)ã横250pxã«ã(縦ã¯ç¸¦æ¨ªæ¯ãä¿ã¡)ãoutput.gif ã¨ãã¦åºåã
convert source.gif -coalesce -resize 250x -deconstruct output.gif
ã¢ãã¡ã¼ã·ã§ã³GIFã®ãã¡ã¤ã«(source.gif)ã縦250pxã«ã(横ã¯ç¸¦æ¨ªæ¯ãä¿ã¡)ãoutput.gif ã¨ãã¦åºåã
convert source.gif -coalesce -resize x250 -deconstruct output.gif