![]() |
#1
|
|||
|
|||
![]()
In PP11, the following VBA code just does nothing:
Code:
CorelScript.ImageGamma 200 Replacing the code with Code:
CorelScript.BitmapEffect "GammaEffect", "GammaEffect.V11 Gamma_Level=200" |
#2
|
||||
|
||||
![]()
EffectXXX and ImageXXX (from Adjust, Transform, and Correction menus) commands are obsolete since version 10 I believe. They all are replaced by BitmapEffect command. Even Invert is a bitmap effect now:
Code:
CorelScript.BitmapEffect "Invert", "InvertEffect.V11 " |
#3
|
|||
|
|||
![]()
Oh, I see. I've switched to using CorelScript.BitmapEffect, and it works now. Thanks for the explanation.
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transfer shapes from Draw to Paint; Using CorelScript in VB6 | DWGraphics | Corel Photo-Paint VBA | 1 | 18-08-2004 20:49 |
Memory leak in PP11 | Horst | Corel Photo-Paint VBA | 0 | 16-04-2004 09:13 |
Would you miss CorelScript object? | Alex | CorelDRAW/Corel DESIGNER VBA | 32 | 04-02-2004 14:59 |
SaveAs function not working in PP11 | Aneurysm | Corel Photo-Paint VBA | 2 | 03-03-2003 17:31 |
Corel Photo-Paint 10/11 ImageBCI, BitmapEffect, etc. | BitPusher | Corel Photo-Paint VBA | 2 | 29-11-2002 14:38 |