ids="
anni
elena
cellar
badblood
star
star_review
mala
gogol
interstellar
dersu
day_earth_stood_still
whitesun
queen_ofthe_mountains
baian_assassin
hazal
yilani
skin_of_sorrow
gypsy_apama
gypsy_aza
gogol
skeleton_key
test
liebes_spiel
borderline
jesus_brother
encylopedia_1850
"
		j=0; k=0;
                for id in $ids; do
			let j=j+1;
			img="movie_$id.png"
			tn="tn/tn_movie_$id.png"
#			echo "$j id=$id img=$img tn=$tn \n"
#			echo "cp koeye.png $img"
#			if [ -f koeye.png ]; then
#				cp koeye.png $img
#				fi
#			echo "convert $img -resize 100x $tn # $j"
			if [ -f $img ]; then
				echo "magick $img -resize 100x $tn # $j"
				magick $img -resize 100x $tn # $j
			else
				"NOTFOUND img=$img # $j\n"
				fi
			done
#		ls -lat movie_*.png
		ls -lat tn/tn_movie_*.png
