Hammarberg / pixcen

Low level Windows pixel editor for C64
http://binarybone.com/pixcen
GNU General Public License v3.0
53 stars 7 forks source link

Progress for large imports #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 j...@binarybone.com on 19 Feb 2014 at 12:44