DELPHI图形处理控件

时间:2015-01-16 08:43:53
【文件属性】:
文件名称:DELPHI图形处理控件
文件大小:985KB
文件格式:ZIP
更新时间:2015-01-16 08:43:53
图形 控件 一个非常漂亮的图形处理界面控件资源 unit GraphicEx; // The contents of this file are subject to the Mozilla Public License // Version 1.1 (the "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ // // Software distributed under the License is distributed on an "AS IS" basis, // WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the // specific language governing rights and limitations under the License. // // The original code is GraphicColor.pas, released November 1, 1999. // // The initial developer of the original code is Dipl. Ing. Mike Lischke (Plei遖, Germany, www.delphi-gems.com), // // Portions created by Dipl. Ing. Mike Lischke are Copyright // (C) 1999-2003 Dipl. Ing. Mike Lischke. All Rights Reserved. //---------------------------------------------------------------------------------------------------------------------- // // GraphicEx - // This unit is an addendum to Graphics.pas, in order to enable your application // to import many common graphic files. // // See help file for a description of supported image types. Additionally, there is a resample routine // (Stretch) based on code from Anders Melander (http://www.melander.dk/delphi/resampler/index.html) // which has been optimized quite a lot to work faster and bug fixed. // // version - 9.9 // // 03-SEP-2000 ml: // EPS with alpha channel, workaround for TIFs with wrong alpha channel indication, // workaround for bad packbits compressed (TIF) images // 28-AUG-2000 ml: // small bugfixes // 27-AUG-2000 ml: // changed all FreeMemory(P) calls back to ... if Assigned(P) then FreeMem(P); ... // 24-AUG-2000 ml: // small bug in LZ77 decoder removed // 18-AUG-2000 ml: // TIF deflate decoding scheme // 15-AUG-2000 ml: // workaround for TIF images without compression, but prediction scheme set (which is not really used in this case) // 12-AUG-2000 ml: // small changes // // For older history please look into the help file. // // Note: The library provides usually only load support for the listed image formats but will perhaps be enhanced // in the future to save those types too. It can be compiled with Delphi 4 or newer versions. // //----------------------------------------------------------------------------------------------------------------------
【文件预览】:
GraphicEx.v9.9
----JQUANT1.OBJ(4KB)
----JCSAMPLE.OBJ(3KB)
----JCAPIMIN.OBJ(1KB)
----MZLib.dcu(80KB)
----GraphicStringsDE.pas(6KB)
----GraphicStringsRU.pas(5KB)
----JDMAINCT.OBJ(2KB)
----GraphicEx.pas(289KB)
----GraphicEx.chm(221KB)
----GraphicEx.dcu(136KB)
----JCDCTMGR.OBJ(2KB)
----JCHUFF.OBJ(4KB)
----JFDCTINT.OBJ(2KB)
----JDMERGE.OBJ(2KB)
----JDTRANS.OBJ(978B)
----JCCOLOR.OBJ(2KB)
----JUTILS.OBJ(1KB)
----JPEGTRAN.OBJ(4KB)
----JDMASTER.OBJ(3KB)
----JCPREPCT.OBJ(2KB)
----JERROR.OBJ(6KB)
----GraphicCompression.dcu(35KB)
----JPG.pas(45KB)
----JCINIT.OBJ(1015B)
----GraphicCompression.pas(82KB)
----JDAPISTD.OBJ(2KB)
----JDATASRC.OBJ(884B)
----JCPHUFF.OBJ(3KB)
----Browser()
--------Main.dfm(747B)
--------Main.dcu(15KB)
--------Main.pas(17KB)
--------Browser.dpr(196B)
--------Browser.res(876B)
--------Browser.exe(626KB)
----JFDCTFST.OBJ(1KB)
----JFDCTFLT.OBJ(1KB)
----JQUANT2.OBJ(5KB)
----Convert()
--------Main.dfm(3KB)
--------Properties.pas(5KB)
--------Main.pas(10KB)
--------Convert.res(876B)
--------Convert.dpr(308B)
--------Properties.dfm(13KB)
----GraphicColor.pas(159KB)
----JPG.dcu(98KB)
----JCOMAPI.OBJ(765B)
----JDPOSTCT.OBJ(1KB)
----JCMARKER.OBJ(3KB)
----JCPARAM.OBJ(4KB)
----JDMARKER.OBJ(8KB)
----JCMAINCT.OBJ(930B)
----JCCOEFCT.OBJ(3KB)
----JIDCTFLT.OBJ(2KB)
----JDSAMPLE.OBJ(2KB)
----JCTRANS.OBJ(2KB)
----GraphicStringsFR.pas(6KB)
----GraphicStrings.dcu(6KB)
----GraphicConfiguration.inc(3KB)
----JIDCTFST.OBJ(2KB)
----JCAPISTD.OBJ(1KB)
----GraphicStrings.pas(5KB)
----JDHUFF.OBJ(4KB)
----JDAPIMIN.OBJ(2KB)
----JDDCTMGR.OBJ(2KB)
----JMEMNOBS.OBJ(874B)
----2ccc.com.nfo(901B)
----MZLib.pas(214KB)
----JCMASTER.OBJ(3KB)
----JDINPUT.OBJ(2KB)
----JDPHUFF.OBJ(4KB)
----JDCOLOR.OBJ(2KB)
----JDATADST.OBJ(865B)
----GraphicColor.dcu(70KB)
----JIDCTINT.OBJ(2KB)
----JIDCTRED.OBJ(2KB)
----JDCOEFCT.OBJ(5KB)
----JMEMMGR.OBJ(4KB)

网友评论

  • 支持30多种图像格式,不错的东西,不过暂时用不到