Platforms to show: All Mac Windows Linux Cross-Platform

Back to PNGOptimizerMBS class.

PNGOptimizerMBS.Log(message as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Pictures Import and Export MBS Images Plugin 8.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
The event to output a message to the log file.

You may want to show that to your advantaged users.

PNGOptimizerMBS.Panic(message as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Pictures Import and Export MBS Images Plugin 10.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
Called if something really bad happend and the app needs to quit.

PNGOptimizerMBS.Progress(index as Integer, count as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Pictures Import and Export MBS Images Plugin 8.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
The event called for reporting ongoing process in the trials.

The library will try several PNG settings and report progress so you can update a progress bar.

PNGOptimizerMBS.ProgressBegin

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Pictures Import and Export MBS Images Plugin 8.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
This event is called before the library starts to optimize.

You may want to show a progress dialog here.

Some examples using this event:

PNGOptimizerMBS.ProgressEnd

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Pictures Import and Export MBS Images Plugin 8.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
This event is called after the library finished.

You may want to hide your progress dialog here.

Some examples using this event:

The items on this page are in the following plugins: MBS Images Plugin.


The biggest plugin in space...