mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
30b4ff2274
Previously, the plugin perfomed a copy of the bitmap's pixel memory instead of mapping into a ndarray. This fixes it. Also, it saved images rotated by 90 degrees as it didn't convert to freeimage's internal format. Copying less also makes imread visibly faster.