regarding super resolution have you any idea what options i must try invoking in ale. ive tried searching the net for sample images processed with ale but seems there is hardly any info nor could i find anything with google image search
Tried experimenting myself with it a bit:
1. Captured 30x32 little screenshot;
2. Generated 9 derivative pictures ({shaved 0,1 or 2 pixels from top} x {shaved 0,1 or 2 pixels from left}
3. Downscaled them by 40%, then upscaled 300%.
for i in {0..2}; do for j in {0..2}; do convert -shave ${i}x$j input.ppm -extent 32x30 -scale 40% -scale 300% in$i$j.ppm; done; done
4. Processed them with ALE;
ale in*.ppm ale.ppm
5. Created a "report" picture with 400% upscaled pieces, original image, just-averaged and ALE versions.