Ticket #335 (defect)

Opened 2 years ago

Last modified 2 years ago

Crash on copy display screen into a image

Status: closed (fixed)

Reported by: pspuser Assigned to: fraca7
Priority: major Component: PythonCore
Version: current Keywords: copy screen crash
Cc:

Maybe Im doing it wrong but I try to save the current screen into a backup image. This would allow to do any moving animations over the current screen w/o blitting all the objects on the current screen. I tried to "backup" the current display screen like: a) background_img = psp2d.Image(self.screen) b) background_img = self.screen c) background_img = psp2d.Image(480,272)

background_img.blit (self.screen)

All those tries made the PSP crash. Is there any other way I can "backup" the current displayed image on the screen?

Change History

01/27/07 11:37:20: Modified by fraca7

  • status changed from new to assigned.

Neither 'screen to screen' or 'screen to image' blitting are actually implemented. I'll see if I can do this one; in the meantime, a workaround could be to save the screen to a temporary file and reload it in an Image.

01/27/07 13:28:47: Modified by fraca7

  • status changed from assigned to closed.
  • resolution set to fixed.

Should work now. I'll make a release soon.