Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, September 12, 2013 12:45:47 AM(UTC)

Daoud  
Daoud

Groups: Registered
Posts: 256


There are many factors that can affect how fast a file can be loaded.

For example, PNG, JPEG, GIF, some TIFF, and LEAD CMP are compressed formats. Images stored in these formats (and others) have to be decompressed before the image can be displayed.

Depending on disk or network conditions, the decompression time can be greater than i/o time. In this case, an uncompressed BMP version of an image will load faster than a JPEG version of the same image. On the other hand, the decompression time can be faster than the i/o time; in that case, a compressed format such as JPEG will load faster than BMP or other uncompressed formats.

Products in the LEADTOOLS Document and Medical product families include an option to load and keep 1-bit image data compressed in memory. This can also affect how fast images can be loaded and displayed. First, when loading a 1-bit image, the entire image size of data ( width * height * bits/pixel / 8 ) does not need to be allocated in memory. That can mean the difference between using fast conventional memory or slower virtual memory. Second, if the image is already RLE-compressed, then LEADTOOLS does not need to decompress the data during the load. On the other hand, if the image is CCITT compressed, LEADTOOLS will convert the data as it is loaded to RLE-compressed, which could take longer to load the image. Whether or not to use compressed images in memory completely depends on your situation.

For more information on loading 1-bit images as compressed, please review the CodecsLoadOptions.Compressed property or contact support@LEADTOOLS.com.

Edited by moderator Wednesday, December 27, 2023 1:34:54 PM(UTC)  | Reason: Updated link to v20

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.041 seconds.