Difference between revisions of "Error Messages/41133"

 
m
Line 1: Line 1:
 
= Message Text =
 
= Message Text =
  
:The function [[ReadImageFile]] could not read an image from the file:  
+
The function [[ReadImageFile]] could not read an image from the file:  
:::C:\Temp\junk.xps
+
C:\Temp\junk.xps
  
 
= Cause =
 
= Cause =

Revision as of 18:49, 18 February 2010

Message Text

The function ReadImageFile could not read an image from the file: 
C:\Temp\junk.xps

Cause

The indicated file does not contain an image format that is recognized by the GDI+ libraries. It may be an unsupported image file format, or it is possible the file itself has been corrupted.

ReadImageFile should usually be able to support at least JPG, PNG, TIF, BMP, GIF and EXIF formats. Some computers may have additional image codecs for GDI+ installed, and thus may support additional formats.

Comments


You are not allowed to post comments.