Sounds like WPF.
Yes, you can convert after the operation. See the BitmapFactory class in the source code to get an idea how that works with the FormatConvertedBitmap class.
You can also compile your own WBX and modify BitmapFactory to use 72 DPI to omit that extra convert step. The power of open source. ;)
Yes, you can convert after the operation. See the BitmapFactory class in the source code to get an idea how that works with the FormatConvertedBitmap class.
You can also compile your own WBX and modify BitmapFactory to use 72 DPI to omit that extra convert step. The power of open source. ;)
- Rene