您好,欢迎光临本网站![请登录][注册会员]  
文件名称: DELPHI图形处理控件
  所属分类: Delphi
  开发工具:
  文件大小: 985kb
  下载次数: 0
  上传时间: 2011-12-27
  提 供 者: taji****
 详细说明: 一个非常漂亮的图形处理界面控件资源 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. // //---------------------------------------------------------------------------------------------------------------------- ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: 图形 控件
 输入关键字,在本站1000多万海量源码库中尽情搜索: