Shio-Koube's picture
Add files using upload-large-folder tool
9e4b66b verified
raw
history blame contribute delete
325 Bytes
@REM -- basic actions against one image used in loop
magick identify -format """%%f"";%%d;%%@;%%[entropy];%%[skewness];%%[fx:mean];%%[fx:standard_deviation];%%k;" %1 >> %2
magick convert %1 -colorspace HCL -format "%%[fx:mean.g];%%[fx:maxima.g];" info: >> %2
magick convert %1 -edge 3 -format "%%[fx:mean]\n" info: >> %2