Commit Graph
11 Commits
Author SHA1 Message Date
Stefan van der Walt 7de454178b ENH: Add rgb2grey. 2010-11-05 14:59:54 +02:00
Ralf Gommers 91b0d63800 Remove explicit checks of image type and NaN, and correct dtype descriptor. 2009-10-23 10:48:15 +02:00
Ralf Gommers caede7762b Add a function to convert from any color space directly to any other space. 2009-10-22 11:45:57 +02:00
Ralf Gommers d7b49ef950 Remove NTSC color space.
Reason: it was not clear exactly what this was and what it was for. The color
space used for NTSC video is YIQ, not RGB NTSC.
2009-10-22 01:18:02 +02:00
Ralf Gommers 57b73a5f53 Add NTSC color space.
Also a typo in rgbcie fixed.
2009-10-21 18:30:09 +02:00
Ralf Gommers 1a4ae96024 Add RGB to XYZ bidi conversion. 2009-10-19 18:57:31 +02:00
Ralf Gommers 6097565337 Add note on loss of precision. 2009-10-19 14:48:12 +02:00
Ralf Gommers 1657a4d1b8 Implement hsv2rgb. 2009-10-19 14:34:00 +02:00
Ralf Gommers 032d0cd785 Change import to form used everywhere else. 2009-10-19 10:38:44 +02:00
Stefan van der Walt 09b4808b6f Fix paths in colorconv. 2009-08-22 23:51:32 -07:00
nich2oandStefan van der Walt bad888634b added rgb2hsv color conversion 2009-08-22 23:47:37 -07:00