You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: When importing very large bitmaps, GUI freeze for some time.
Solution: Move bitmap imports to a separate thread and GUI will have to show a
progress.
Another huge improvement would be to optimize the importing. Reading from the
ATL::CImage objects can be done faster with direct bitmap access.
Original issue reported on code.google.com by [email protected] on 19 Feb 2014 at 12:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Feb 2014 at 12:44The text was updated successfully, but these errors were encountered: