Tagged Questions

1
vote
1answer
89 views

IImage* from IBitmapImage*

I'm using the Imaging API to basically write a rescaling function using the Imaging built-in Resize function. I need to feed a custom UBitmap class that it's constructed with an Image* pointer with …