<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPImage</id>
		<title>Class IGDIPlus.TGPImage - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPImage"/>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPImage&amp;action=history"/>
		<updated>2026-04-11T00:12:47Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPImage&amp;diff=11093&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPImage&amp;diff=11093&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:28Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
'''Inherits:''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPImage = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPImage]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' TGPImage : '''public''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' CTGPImage : '''public''' [[Class IGDIPlus.TGPBase|CTGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C# (.NET): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''public ref class''' TGPImage : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
GDI+ Image class. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Use this class to create and manipulate GDI+ Images.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPImage|TGPImage]] class provides methods for loading and saving&lt;br /&gt;
raster images (bitmaps) and vector images (metafiles). An&lt;br /&gt;
[[Class IGDIPlus.TGPImage|TGPImage]] object encapsulates a bitmap or a metafile and&lt;br /&gt;
stores attributes that you can retrieve by calling various&lt;br /&gt;
Get methods. You can construct [[Class IGDIPlus.TGPImage|TGPImage]] objects from a&lt;br /&gt;
variety of file types including BMP, ICON, GIF, JPEG, Exif,&lt;br /&gt;
PNG, TIFF, WMF, and EMF.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.FromFile(WideString;Boolean) : TGPImage|function FromFile(filename : WideString; useEmbeddedColorManagement : Boolean) : TGPImage]] - Creates a [[Class IGDIPlus.TGPImage|TGPImage]] object based on a file. &lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.FromStream(IStream;Boolean) : TGPImage|function FromStream(stream : IStream; useEmbeddedColorManagement : Boolean) : TGPImage]] - Creates a new [[Class IGDIPlus.TGPImage|TGPImage]] object based on a stream. &lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.Clone() : TGPImage|function Clone() : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.Save(WideString;TGUID;PGPEncoderParameters) : TGPImage|function Save(filename : WideString; clsidEncoder : TGUID; encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.Save(IStream;TGUID;PGPEncoderParameters) : TGPImage|function Save(stream : IStream; clsidEncoder : TGUID; encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SaveAdd(PGPEncoderParameters) : TGPImage|function SaveAdd(encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SaveAdd(IGPImage;PGPEncoderParameters) : TGPImage|function SaveAdd(newImage : IGPImage; encoderParams : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetType() : TGPImageType|function GetType() : TGPImageType]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPhysicalDimension() : TGPSizeF|function GetPhysicalDimension() : TGPSizeF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetBounds(TGPRectF;TGPUnit) : TGPImage|function GetBounds(srcRect : TGPRectF; srcUnit : TGPUnit) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetWidth() : Cardinal|function GetWidth() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetHeight() : Cardinal|function GetHeight() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetHorizontalResolution() : Single|function GetHorizontalResolution() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetVerticalResolution() : Single|function GetVerticalResolution() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFlags() : Cardinal|function GetFlags() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetRawFormat() : TGUID|function GetRawFormat() : TGUID]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFormatName() : String|function GetFormatName() : String]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPixelFormat() : TGPPixelFormat|function GetPixelFormat() : TGPPixelFormat]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPaletteSize() : Integer|function GetPaletteSize() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPalette(PGPColorPalette;Integer) : TGPImage|function GetPalette(palette : PGPColorPalette; size : Integer) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SetPalette(PGPColorPalette) : TGPImage|function SetPalette(palette : PGPColorPalette) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetThumbnailImage(Cardinal;Cardinal;TGPGetThumbnailImageAbortProc) : TGPImage|function GetThumbnailImage(thumbWidth : Cardinal; thumbHeight : Cardinal; callback : TGPGetThumbnailImageAbortProc) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFrameDimensionsCount() : Cardinal|function GetFrameDimensionsCount() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFrameDimensionsList() : TGUIDArray|function GetFrameDimensionsList() : TGUIDArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetFrameCount(TGUID) : Cardinal|function GetFrameCount(dimensionID : TGUID) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SelectActiveFrame(TGUID;Cardinal) : TGPImage|function SelectActiveFrame(dimensionID : TGUID; frameIndex : Cardinal) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.RotateFlip(TGPRotateFlipType) : TGPImage|function RotateFlip(rotateFlipType : TGPRotateFlipType) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyCount() : Cardinal|function GetPropertyCount() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyIdList() : TGPPropIDArray|function GetPropertyIdList() : TGPPropIDArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyItemSize(PROPID) : Cardinal|function GetPropertyItemSize(propId : PROPID) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertyItem(PROPID;Cardinal;PGPPropertyItem) : TGPImage|function GetPropertyItem(propId : PROPID; propSize : Cardinal; buffer : PGPPropertyItem) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetPropertySize(Cardinal;Cardinal) : TGPImage|function GetPropertySize(totalBufferSize : Cardinal; numProperties : Cardinal) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetAllPropertyItems(Cardinal;Cardinal;PGPPropertyItem) : TGPImage|function GetAllPropertyItems(totalBufferSize : Cardinal; numProperties : Cardinal; allItems : PGPPropertyItem) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.RemovePropertyItem(TPROPID) : TGPImage|function RemovePropertyItem(propId : TPROPID) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.SetPropertyItem(TGPPropertyItem) : TGPImage|function SetPropertyItem(item : TGPPropertyItem) : TGPImage]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetEncoderParameterListSize(TGUID) : Cardinal|function GetEncoderParameterListSize(clsidEncoder : TGUID) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPImage.GetEncoderParameterList(TGUID;Cardinal;PGPEncoderParameters) : TGPImage|function GetEncoderParameterList(clsidEncoder : TGUID; size : Cardinal; buffer : PGPEncoderParameters) : TGPImage]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBase|TGPBase]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBase.NewInstance() : TObject|function NewInstance() : TObject]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPBase.FreeInstance()|procedure FreeInstance()]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>