Search found 1 match

by pikasaurus
2014-04-05T00:29:05-07:00
Forum: Users
Topic: Generation Loss
Replies: 2
Views: 3479

Generation Loss

Hi. I'm really new to window command prompt and image magick. I am attempting to try to replicate Burny's code here:

for i in {0..2001}; do

convert GenerationLoss_step$i.jpg -rotate 90 -quality 85 GenerationLoss_step$(($i+1)).jpg

if [ $(($i%100)) -ne 0 ]; then
rm GenerationLoss_step$i.jpg
fi ...