xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

2015-09-24から1日間の記事一覧

RotateFlip使用時のファイルサイズ増加の対策と原因

C#

what is the reason of increasing image size in rotation? Tags:[c# image rotation image-resizing] BitmapのRotateFlipを使用すると、変換後の容量がなぜか増加していた。 どうも、RotateFlipはMemoryBmpに圧縮形式を変えてしまうそう。 MemoryBmpからJp…