aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index f632113..dacd778 100644
--- a/README
+++ b/README
@@ -1,7 +1,8 @@
*****************************************************************************
-copyleft 2003 by Yves Degoyon ( ydegoyon@free.fr )
+copyleft 2003-2005 by Yves Degoyon ( ydegoyon@free.fr )
-tarballs and updates available @ http://ydegoyon.free.fr
+tarballs and updates available @ http://ydegoyon.free.fr
+osx versions available @ http://homepage.mac.com/tigital
gemp2pdp : GEM to PDP bridge
@@ -18,3 +19,10 @@ patents.
*****************************************************************************
+notes:
+
+- now allows you to select the colorspace that pdp's yv12 image format is converted to. This means we can now request a YUV colorspace, which is computationally much faster than yv12 to RGB or RGBA (so much so that it is the default). Colorspace can be indicated on object creation (ie. [pdp2gem RGB]) or by message (ie. [colorspace YUV<)
+
+- now uses standardized color conversions found in GemPixUtil.cpp, which includes altivec speedups! These use formulae from http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC30
+
+- please note that colorspace switching between objects is handled automatically by GEM unless specifically stated (ie. by [pix_yuv], [pix_rgba], [pix_grey]) \ No newline at end of file