PxLoadImage scaling question

I see that the pxmethods struct has a member called scale. When might this
funtionality be implemented, or is the another way to scale images currently
in place ?.


Thanks
John Love
Tolltex, Inc.

This whole area is getting reworked but to answer your question there is a
function currently in the lib called PiResizeImage. It’s not doc’d (it’s
going to change) but you can use it for the time being. See <photon/PiT.h>
and <photon/PiProto.h>.

Just so you know, it will be leaving the photon lib and reappear elsewhere
in a slightly altered form.

The current image loading library (and the upcoming new library) has
facilities to support scaling, unfortunately most image handling libs don’t
support that feature, or not very well.

John Love <John@tolltex.com> wrote:

I see that the pxmethods struct has a member called scale. When might this
funtionality be implemented, or is the another way to scale images currently
in place ?.



Thanks
John Love
Tolltex, Inc.