Created
October 2, 2022 10:12
-
-
Save Philmist/0c82180f580d3196c6efc3df47226f5a to your computer and use it in GitHub Desktop.
Lightfield photosetからQuilt画像を作る
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
See also: | |
https://qiita.com/udoP_/items/8495aac075dbca5df143 | |
https://qiita.com/hsagae/items/1b72fb9f3d6024ba46f0 | |
https://ja.stackoverflow.com/questions/2485/imagemagick%E3%81%A7%E8%A4%87%E6%95%B0%E7%94%BB%E5%83%8F%E3%82%92%E4%B8%80%E6%B0%97%E3%81%AB%E3%83%AA%E3%82%B5%E3%82%A4%E3%82%BA%E3%81%97%E3%81%9F%E3%81%84 | |
#> | |
magick ".\ff14lf_knight_flowerelpis_mae\%04d.png[2-49]" +antialias -font "Ricty-Diminished-Regular" -pointsize 32 -gravity SouthEast -annotate +10+10 "FF14: (C) SquareEnix Co.Ltd., All rights reserved." .\_out\%04d.png | |
magick montage -tile 8x6 -geometry 100%+0+0 .\_out\*.png ./output.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment