Some update
The screenshots goes in the "Capturas" folder. The program uses the "clones.dat" file to tell if a game is a main or a clone. You only need the screenshot of the main game, it will use it automatically for the clones.
They should be in BMP format and is better they are 200x200 pixels. it will work with other sizes but the fast pixel resizing can meake it look ugly.
I download the "NIVO's mame screenies complete" and using XNView powefull batch conversion i did the follwoing
1) resizing to 200x200 keeping aspect ratio
2) change canvas to 200x200 maitaining aspect ratio and with black background
3) saving to BMP format in the "Capturas" folder
to strip only the games i have, i open a console in the roms folder of mame and did something like:
dir *.zip /b /on > copysnap.bat
then i modify the copysnap.bat addign the "copy " before the filename, change the extension from ".zip" to ".png" and add at the end of line the line " c:\some_folder".
Then when i run the copysnap.bat it copy all the screenshots of my games to the folder "some_folder". From there i use the XNView trick i describe before. to make the modifications i use a little editor of my own aimed to replace the notepad but with the posibility of search and replace
new_lines and
tabulations (^p & ^t) just like WinWord does (but it loads a lot faster

)
I know that probably there are software that will do all that for me, but i just like to do some things by miself, just for fun. I could also convert ALL the files of NIVO's but seems like a waste of space. I have a 160 GB disk, but still have the old habits from my pc with DOS and a 240 MB disk

One thig to do is to add support for PNG and JPG screenshots. but for now BMP is fine. I have to take in consideration speed issues. The PNG and JPG take less space but are slower to decode. BMP takes a lot of space but no decode needed. I need some benchmarkings to correct me if i'm wrong

Maybe the decode time is compensated by the slower file size but with todays fast disk i dont know for sure (the screenshots are really small)
I may include some little "delay" in the screenshot loading. That may solve the speed isues. The list has aceleration, if you keep pressing down, the list will scroll faster and faster (to a certain limit, of course). For left & right there is no "repeat", you have to push and release left or right. is not a "bug", is a "feature"
