ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Is it possible to optimize PNG images with ImageEn
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

tcardinal

27 Posts

Posted - Dec 06 2016 :  11:43:45  Show Profile  Reply
Is it possible to optimize png images using ImageEn in the way that TinyPNG (https://tinypng.com/ ) does?

xequte

38180 Posts

Posted - Dec 06 2016 :  17:17:07  Show Profile  Reply
Hi

The main way to reduce the size of PNG files is:

- Remove meta-data:

http://www.imageen.com/help/TIOParams.ResetInfo.html

- Increase the compression:

http://www.imageen.com/help/TIOParams.PNG_Compression.html

- Change the PNG filter:

http://www.imageen.com/help/TIOParams.PNG_Filter.html

- Reduce the size of the image:

http://www.imageen.com/help/TImageEnProc.Resample.html

- Reduce the number of colors in the image:

http://www.imageen.com/help/TImageEnProc.ConvertTo.html



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

tcardinal

27 Posts

Posted - Dec 07 2016 :  04:16:47  Show Profile  Reply
many thanks
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: