文件名称:delphi-webp
- 所属分类:
- Dephi控件源码
- 资源属性:
- [Dephi] [Pascal] [源码]
- 上传时间:
- 2023-11-24
- 文件大小:
- 905.62kb
- 下载次数:
- 0次
- 提 供 者:
- milikadelic
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Library for encoding and decoding Webp images in Delphi.
The library also provides a VCL component for rendering images in VCL applications.
Based on [Delphi Unit by Henri Gourvest](https://code.google.com/archive/p/delphi-webp/source/default/source)
Provides API and helper functions to use [libwebp by Google](https://developers.google.com/speed/webp/docs/api)
The library also provides a VCL component for rendering images in VCL applications.
Based on [Delphi Unit by Henri Gourvest](https://code.google.com/archive/p/delphi-webp/source/default/source)
Provides API and helper functions to use [libwebp by Google](https://developers.google.com/speed/webp/docs/api)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : delphi-webp.rar 列表 bin/x64/libwebp.dll bin/x64/test.png bin/x86/libwebp.dll examples/display_vcl/u_vcl_example.dfm examples/display_vcl/u_vcl_example.pas examples/display_vcl/vcl_example.dpr examples/display_vcl/vcl_example.dproj examples/encode_and_decode/example.dpr examples/encode_and_decode/example.dproj src/libwebp.pas src/Vcl.WebpImage.pas src/WebpHelpers.pas .gitignore BUILDING.md README.md bin/x64 bin/x86 examples/display_vcl examples/encode_and_decode bin examples src