MPImageFilterRaw
DesaturateEffectRaw
IRawBitmapProcessor
IRawBitmapProcessorAsync
![]() | Sets mask for the operation if masking is wanted. |
![]() | Returns true if asynchronous execution has completed, else false. |
![]() | Returns the result bitmap of asynchronous execution. |
![]() | If this one returns true then the effects execution was canceled by a Progress handler. |
![]() | Returns number of detected CPU cores on the running machine. |
![]() | Returns error code after applying the effect. This value is a Constant defined in the PictureEffectsRawError module. |
![]() | Use this property to fine tune CPU usage for this algorithm. By default this property is set to zero (Automatic). This property accepts all constants that are defined in this class. |
![]() | Use this property to use a progress class to get progress feedback from this function. This class must be a class that Implements the IProgressHandler Interface which is defined in this plugin. |
![]() | Applies the effect on a RawBitmap image with parameters that have been set on the class instance. |
![]() | Applies the effect asynchronously on a RawBitmap image with parameters that have been set on the class instance. |
![]() | Applies the effect on a RawBitmap image with parameters that have been set on the class instance, and the RawBitmap passed in will also get the result image. |
![]() | Applies the effect asynchronously on a RawBitmap image with parameters that have been set on the class instance, and the RawBitmap passed in will also get the result image. |
![]() | Cancels processing and waits for threads to come to full stop when in asynchronous execution. |
![]() | Uses exactly the number of available CPU cores in the machine. (Available here means on-line CPU cores, some laptops can put CPU cores off line in low battery situations) |
![]() | Takes into account number of available CPU cores on the Machine and also tries to select the fastest way based on developer rating for each algorithm and picture size. (In simple algorithms then the fastest path is sometimes 2 or 3 CPU cores and not 4 CPU cores because of the overhead of managing multiple cores). In more complex algorithms then 3 or 4 cores are almost always faster than 2 cores. |
![]() | Uses one CPU core. |
![]() | Uses two CPU cores. This setting will also work on machines with less than two CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |
![]() | Uses three CPU cores. This setting will also work on machines with less than three CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |
![]() | Uses four CPU cores. This setting will also work on machines with less than four CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |
![]() | Uses five CPU cores. This setting will also work on machines with less than five CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |
![]() | Uses six CPU cores. This setting will also work on machines with less than six CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |
![]() | Uses seven CPU cores. This setting will also work on machines with less than seven CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |
![]() | Uses eight CPU cores. This setting will also work on machines with less than eight CPU cores, but it will be slower or best case same speed as using the correct setting for such machine. |