Search found 2321 matches

by Alex
Tue Feb 19, 2013 1:08 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Size in bytes of VintasoftImage
Replies: 3
Views: 5853

Re: Size in bytes of VintasoftImage

Size of image data can be calculated as follows:

Code: Select all

ImageDataSize = ImageStride * ImageHeight
where

Code: Select all

ImageStride = ((((Int32)ImageWidth * ImageBitCount + 31) / 32) * 4)
Best regards, Alexander
by Alex
Fri Feb 15, 2013 7:09 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Size in bytes of VintasoftImage
Replies: 3
Views: 5853

Re: Size in bytes of VintasoftImage

Hello Miroslav,

I'm not sure I have understood your question. Do you need to get size of image data?

Best regards, Alexander
by Alex
Fri Feb 15, 2013 11:33 am
Forum: Announcements
Topic: Version 8.3 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 5001

Re: Version 8.3 of VintaSoftTwain.NET SDK has been released.

Version 8.3.0.3 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Fixed bug in the memory management in 64-bit systems. This improvement is critical for 64-bit applications which use more than 2Gb of memory.
by Alex
Fri Feb 15, 2013 11:32 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 15004

Version 6.1.5.3 of VintaSoftImaging.NET SDK has been released.

Version 6.1.5.3 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed bug in TIFF encoder.
by Alex
Mon Feb 11, 2013 1:12 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 15004

Version 6.1.5.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.5.1 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed the bug in memory management of TIFF and PDF decoders in 64-bit systems. This improvement is critical for 64-bit applications which use more than 2Gb of memory.
by Alex
Thu Feb 07, 2013 1:30 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 15004

Version 6.1.4.3 of VintaSoftImaging.NET SDK has been released.

Version 6.1.4.3 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftImaging.NET SDK:
  • Improved the rendering quality of large images in the image viewer.
  • Fixed a bug in decoding of TIFF images with OldJPEG compression.
by Alex
Tue Feb 05, 2013 4:27 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Thumbview Refresh Issue
Replies: 4
Views: 6278

Re: Thumbview Refresh Issue

Hello Pawan,

Bug is fixed in version 6.1.4.1 of VintaSoftImaging.NET SDK.

Best regards, Alexander
by Alex
Tue Feb 05, 2013 4:26 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Distorted Image View
Replies: 5
Views: 6893

Re: Distorted Image View

Hello Pawan,

Bug is fixed in version 6.1.4.1 of VintaSoftImaging.NET SDK.

Best regards, Alexander
by Alex
Tue Feb 05, 2013 4:25 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 15004

Version 6.1.4.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.4.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed the bug in the ThumbnailScale property of the ThumbnailViewer class. Fixed the bug in decoding of TIFF images with CCITT3 compression. What's new in this version of VintaSoftP...
by Alex
Tue Feb 05, 2013 11:05 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Distorted Image View
Replies: 5
Views: 6893

Re: Distorted Image View

Hello Pawan,

Thank you for the image. We were able to reproduce the problem. Bug fix will be available shortly.

Best regards, Alexander