Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A raw format for testing purposes?

Hi, For adding some unit tests, I would like to create some image files in raw format. So, that I can load them later from for use in a test harness. imwrite can't save in raw format. what format do I save in? Is this ppm ok for that purpose? Or should you store a numpy array and read it back?