![]() |
|
#1
|
|||
|
|||
![]()
Hello everyone.
I need something like this: 1. Duplicate the curve in the same place. ![]() 2. Put the original to Powerclip and enlarge the curve about 1 mm. ![]() 3. Fountain Set by steps to 999. ![]() 4. Contents Powerclip converts the bitmap (CMYK, 300 dpi). ![]() 5. Exit from Powerclip. ![]() I just have to replace all marked Fountains or the entire document. Sometimes the need to replace all the complicated fountains to bitmaps because of differences Corel <> Adobe. ![]() Thank you very much for your help. Best Regards. ~GrzJanik |
#2
|
|||
|
|||
![]()
Hello members of Oberon.
I managed to do something like this: Quote:
![]() I can not just do this change would affect all the selected gradients, or all throughout the document (in powerclips also). Please send me an hint. Regards. ~GrzJanik |
#3
|
|||
|
|||
![]()
Now the code looks like this:
Quote:
How to do it throughout the document? Yours beginner. ~GrzJanik |
#4
|
|||
|
|||
![]()
Unfortunately, it works but not always correctly.
![]() |
#5
|
|||
|
|||
![]()
It is a pity that no one attempted to solve the problem.
![]() I think that either too difficult or for some reason active users do not like me (although I do not know why). ![]() |
#6
|
|||
|
|||
![]()
Hi.
You could use loop For Each/Next to check all shapes on the page. Then call your sub to process curve. Something like... Dim s As Shape For Each s In ActivePage.FindShapes() If (s.Type = cdrCurveShape) and (s.Fill.Type = cdrFountainFill) Then GradientToPowerclipWithFountain(s) End If Next s Sub GradientToPowerclipWithFountain(ByRef s as Shape) ... replace old shape by new shape ... End Sub |
![]() |
Tags |
adobe, bitmap, corel, fountain, powerclip |
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 |
CQL does not find shapes in PowerClip | aakkaarr | CorelDRAW/Corel DESIGNER VBA | 3 | 11-05-2011 17:44 |
Rotation and PowerClip | Craig Tucker | CorelDRAW/Corel DESIGNER VBA | 3 | 23-08-2007 16:31 |
How to convert transparencies to bitmap in nested powerclip | designhouse | CorelDRAW/Corel DESIGNER VBA | 2 | 29-04-2007 03:07 |
powerclip extract | zaum | CorelDRAW/Corel DESIGNER VBA | 2 | 26-10-2005 07:26 |
[BUG] - Fountain fill is'nt rotate in powerclip | Kursad | General | 3 | 01-07-2005 21:01 |