I'm reworking your program to use it to make frames for my animations (I've been using my own code that has a slow C iteration calculation). (To see an animation I made go to http://www.mandelmania.net. I have two videos on there, each about 10 minutes long.) I'm reworking your program to take advantage of the fast assembly calculations.
I've got it saving to BMP now, so I was wondering if you'd like me to put that in the code that's activated when the Save button is hit-->
case ID_SAVE_BMP:
My code just saves to the filename "quickman.bmp."
If you'd like the code, where shall I put it?
Ian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm reworking your program to use it to make frames for my animations (I've been using my own code that has a slow C iteration calculation). (To see an animation I made go to http://www.mandelmania.net. I have two videos on there, each about 10 minutes long.) I'm reworking your program to take advantage of the fast assembly calculations.
I've got it saving to BMP now, so I was wondering if you'd like me to put that in the code that's activated when the Save button is hit-->
case ID_SAVE_BMP:
My code just saves to the filename "quickman.bmp."
If you'd like the code, where shall I put it?
Ian