Re: [AD] Docs save_bitmap modification. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
+ Two things to watch out for: on some video cards it may be faster to copy
+ the screen to a bitmap and save the latter, and if you use this to dump
I think it would be nice to specify "memory bitmap" here.
+ the screen into a file you may end up with an image much larger than you
+ were expecting, because Allegro often creates virtual screens larger than
+ the visible screen. You can get around this by using a sub-bitmap to
+ specify which part of the screen to save, eg:
Fine with me.
--
Eric Botcazou
ebotcazou@xxxxxxxxxx