If this question gets moved to another venue, that's fine - please let me know where it ends up.
In C#, I have this instruction:
Bitmap myBitmap = (Bitmap)Bitmap.FromFile(myOriginalImage);
My image on disk is in portrait, but once I run the instruction, its in landscape.
Is there a good reason for that? Or, can I stop that?