This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 17, 2006 9:07:05 AM(UTC)
Groups: Registered
Posts: 11
This function is rather slow (apparently because it copies the image to the internal storage). On my machine it's about 1.5 sec per 300Kb jpg image per this function call. Are there any tricks to speed this process up? Are the any updates related to this issue since the 12.1 LEAD TOOLS version that I use?
#2
Posted
:
Sunday, November 19, 2006 5:22:44 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
For storage issues, the uncompressed image size in pixels is more important that the compressed JPEG size, because images are normally loaded uncompressed in memory.
If you want the image list to use up less memory (and possibly increase speed), you could insert a reduced thumbnail instead of the full image.
The toolkit has had many changes since 12.1 and many new feature including function speed.
You can download the free trial edition of the latest LEADTOOLS version from our site and test using one of our demos?
Edited by moderator Thursday, October 13, 2016 8:21:24 AM(UTC)
| Reason: Not specified
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.