DeepZoomTools.dll -> Exception from HRESULT: 0x88982F05
I'm getting this error when processing some jpeg files. Most of the files work, but some don't.
The image data generated an overflow during processing.
Exception from HRESULT: 0x88982F05
My code is pretty basic (I even tried commenting the ImageQuality and MaxLevel setting):
Dim z As New Microsoft.DeepZoomTools.ImageCreator()
z.ImageQuality = 0.95
z.MaxLevel = 12
z.Create(ZoomImage.FullName, XmlFile)
I believe it has something to do with the metadata in the image.
When I use photoshop to copy the content om the image in a new canvas and process that new file, it works perfectly.
The image data generated an overflow during processing.
Exception from HRESULT: 0x88982F05
My code is pretty basic (I even tried commenting the ImageQuality and MaxLevel setting):
Dim z As New Microsoft.DeepZoomTools.ImageCreator()
z.ImageQuality = 0.95
z.MaxLevel = 12
z.Create(ZoomImage.FullName, XmlFile)
I believe it has something to do with the metadata in the image.
When I use photoshop to copy the content om the image in a new canvas and process that new file, it works perfectly.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?Can you put a link to the image into http://seadragon.com and let us know if it works? If not, post the code back here and we can try to investigate the image.
-
Inappropriate?My guess is that this is fixed in the latest WIC codecs for Windows 7. You can try the beta of the "Platform Update for Windows Vista" which is now available: http://www.microsoft.com/downloads/de...
1 person says
this answers the question
-
Inappropriate?1. the image did work in seadragon.com
2. the image was processed correctly after the platform update
I’m thankful
-
Inappropriate?Not really related to deepzoom, but I'm getting this error on windows XP when trying to decode and encode tiff images. Is there any fix for WinXP, as the windows 7 patch doesn't really apply
Loading Profile...



EMPLOYEE
EMPLOYEE
