04-11-2015, 07:16 PM
I just tested this program with bat.dat, it is very nice! I click Alt+V and the Frame Viewer shows up, then I put the cursor on the text corresponding to a frame and the sprite of that frame is shown! I have noticed a problem when showing many frames at once, however. If I start scrolling through the frames with the up/down arrow, the program will run out of memory and an unhandled exception is thrown.
I do not know how memory handling is done in C#, but there seems to be memory leaks here. Make sure the objects are deleted when no longer needed, though this might slow down performance since the frames that were loaded already must be loaded again. I guess it is memory vs performance.
I do not know how memory handling is done in C#, but there seems to be memory leaks here. Make sure the objects are deleted when no longer needed, though this might slow down performance since the frames that were loaded already must be loaded again. I guess it is memory vs performance.

Chat
