that's most likely true.
[pix_resize] uses gluScaleImage() internally, which might not have support for exotic colorspaces like YUV.
gluScaleImage() is probably not the most efficient scaler anyhow, so we might want to consider replacing it with a self-written one, that supports all of Gem's colorspaces.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please provide as detailed information as possible including which operating system (OS), CPU type, specific hardware, and the exact distro and version of Pd itself, as well as the exact version of Gem, etc.
If you are using Pd-extended (which comes with Gem installed), you still ought to provide the version-number of Gem (as printed out on the Pd-console).
For example:
> Mac OS X 10.5.7/Intel
> Pd version 0.41.4-extended
> Gem 0.93.3 (as packaged with PdX)
> installed video backends: darwin, VLC
> installed movie backends: none
> installed image loaders: QT, ImageMagick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
nevertheless it would be interesting to know on which platform the problem appears (or put otherwise: whether gluScaleImage() provides YUV-support on OSX)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
that's most likely true.
[pix_resize] uses gluScaleImage() internally, which might not have support for exotic colorspaces like YUV.
gluScaleImage() is probably not the most efficient scaler anyhow, so we might want to consider replacing it with a self-written one, that supports all of Gem's colorspaces.
Please provide as detailed information as possible including which operating system (OS), CPU type, specific hardware, and the exact distro and version of Pd itself, as well as the exact version of Gem, etc.
If you are using Pd-extended (which comes with Gem installed), you still ought to provide the version-number of Gem (as printed out on the Pd-console).
For example:
> Mac OS X 10.5.7/Intel
> Pd version 0.41.4-extended
> Gem 0.93.3 (as packaged with PdX)
> installed video backends: darwin, VLC
> installed movie backends: none
> installed image loaders: QT, ImageMagick
nevertheless it would be interesting to know on which platform the problem appears (or put otherwise: whether gluScaleImage() provides YUV-support on OSX)