GDI+ Question for Mike Douglas

Hello Mike,

Reference your example app “Using Images.” Specifically the ScaleCropImage procedure.

At the end of that procedure, after everything is complete, how would I save the modified image as a file?

I’ve attempted several different approaches but the resulting file is the same as the original. That tells me I’m doing something wrong. :slightly_smiling_face:

Otherwise, everything is working great!

Thank you!!

I figured it out Mike.

Has to create an empty bitmap and write into it.

Thank you!