Tag Archives: Image Maniupulation

VBA – WIA – Flip an Image

I was helping out in a forum discussion regarding manipulating images, specifically flipping them and published some of my code there, so I thought I’d share it here for everyone else to benefit from.

Once again, WIA has everything we need to quickly and easily perform this task! WIA offers developers 2 image processing properties: FlipHorizontal and FlipVertical that we need only apply.

Below are a few sample functions illustrating how it can easily be implemented.
 
Continue reading