sageuser wrote: > Hi, I'm new to sage. I need to test some algorithm that processes > bitmap image file (.bmp) in sage. > > On input, is there any existing package that read in a .bmp file and > returns a 2-dimensional array of RGB (or just gray level is fine)? > > On output, is there any package does the reverse of the above?
Install the PIL spkg. You can see http://www.pythonware.com/library/pil/handbook/ for documentation. Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
