Roman
Roman
If you have any other questions regarding SpaceVIL framework, feel free to ask me.
Hmm... In my cases, loading times were always acceptable. For example, the load time of SimpleImageViewer with 100 images of 64x64 pixels (stored on the HDD) is about one second....
What are CPU do you have? My CPU: Intel I5-6300U I tried to load 80 images (512x512) form my hdd and it takes 12 ms.
Wow. It is very good CPU, but for now, your load time is a mystery for me. Can your antivirus slow down the application loading?
Hmm... Ok, I will try to find out in which cases images in resource files can increase load time.
I load images directly from hdd. Inside `new ImageItem(Resources.Test);` image converted to a byte array. No I am not using bitmap.LockBits, just conversion to a byte array.
Yes. If you want, I could create a test version of SpaceVIL later today that uses bitmap.LockBits, and you can test it. Are you ok with that?
Good. Can you provide example of using LockBits?
Ok, I did it. Try this version (paste it in address line to download): https://spvessel.com/spacevil/downloads/maobuff/spacevil_dotnet_core.zip Make sure that the framework version is 0.3.4.22 Update: this version has not yet been...