TSB

Computers and Software => Raster and Vector Manipulation Programs, and How to Do Stuff in Them. => Topic started by: Maxie on November 24, 2020, 03:11:09 AM

Title: Corel Find and replace
Post by: Maxie on November 24, 2020, 03:11:09 AM
I am using Corel 2020, I would like to be able to find all the blacks, even if they are not the same Pantone number.
Is this possible?
Title: Re: Corel Find and replace
Post by: inkman996 on November 24, 2020, 08:14:21 AM
I am using Corel 2020, I would like to be able to find all the blacks, even if they are not the same Pantone number.
Is this possible?


Negative on the find and replace. You have to do one color at a time.

I use this macro for finding and replacing colors, you have to do one color at a time but it is pretty quick and it is free. It also works in X20 no problem. You can also install the outline version as well. http://corelvba.co/index.php?pages=magic_1 (http://corelvba.co/index.php?pages=magic_1)

There is some paid for macros out there that would probably give you the ability to sample more than one color to find and replace at one time.

Title: Re: Corel Find and replace
Post by: aauusa on November 24, 2020, 08:50:55 AM
there used to be a macro I used to have in x12   called limit colors,  this allow you to find and replace with certain values you select.  I believe it was oberon macro

here it is https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm (https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm)
Title: Re: Corel Find and replace
Post by: inkman996 on November 24, 2020, 09:02:57 AM
there used to be a macro I used to have in x12   called limit colors,  this allow you to find and replace with certain values you select.  I believe it was oberon macro

here it is https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm (https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm)

I used to use Oberon a lot for macros and the forum to get help making macros personally. But I think it all stopped back at version x4 or so. If you use any of the older macros you would need to go into the editor and change a few things to work in newer versions such as pointing to the correct file directory etc.
Title: Re: Corel Find and replace
Post by: Homer on November 25, 2020, 09:39:14 AM
Advanced Artist Simple Seps. use the color selection palette, select al the colors you want to replace and fill with the new color.

OR -

 Convert object to high res bitmap, adjust the contrast so the "blacks" go to a true black -  then trace bitmap if it needs to be vector.

...I hate working in vector...
Title: Re: Corel Find and replace
Post by: screenxpress on November 26, 2020, 02:07:57 PM
there used to be a macro I used to have in x12   called limit colors,  this allow you to find and replace with certain values you select.  I believe it was oberon macro

here it is https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm (https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm)

I used to use Oberon a lot for macros and the forum to get help making macros personally. But I think it all stopped back at version x4 or so. If you use any of the older macros you would need to go into the editor and change a few things to work in newer versions such as pointing to the correct file directory etc.

I have the Oberon Color Replace macro working on X6.  I'd have to dig around as to what I had to change cuz it wasn't out of the box easy.  I did have to fiddle with it.  Let me know if anyone needs the details.

Did a little more digging.  The Oberon site does seem to stop at X4 showing a download of:
ColorReplacer.zip
which expands to ColorReplacer.gms

What I have is lf_ColorReplacer29.3.8.gms and it does work for X6 on a 64 bit machine.

One caveat is that it won't change Fountain Filled selections.  At least not that I have found.

I honestly have no idea where I got it from, but let me know if anyone wants a copy.





Title: Re: Corel Find and replace
Post by: Frog on November 26, 2020, 02:32:51 PM
there used to be a macro I used to have in x12   called limit colors,  this allow you to find and replace with certain values you select.  I believe it was oberon macro

here it is https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm (https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm)

I used to use Oberon a lot for macros and the forum to get help making macros personally. But I think it all stopped back at version x4 or so. If you use any of the older macros you would need to go into the editor and change a few things to work in newer versions such as pointing to the correct file directory etc.

I have the Oberon Color Replace macro working on X6.  I'd have to dig around as to what I had to change cuz it wasn't out of the box easy.  I did have to fiddle with it.  Let me know if anyone needs the details.

I had it working in X6, but a re-set of my system entailed re-installing my programs, and, though I thought that I did everything the same, I can't get it to work this time around. That said, I do pretty well with find and replace.
Title: Re: Corel Find and replace
Post by: screenxpress on November 26, 2020, 02:35:07 PM
there used to be a macro I used to have in x12   called limit colors,  this allow you to find and replace with certain values you select.  I believe it was oberon macro

here it is https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm (https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm)

I used to use Oberon a lot for macros and the forum to get help making macros personally. But I think it all stopped back at version x4 or so. If you use any of the older macros you would need to go into the editor and change a few things to work in newer versions such as pointing to the correct file directory etc.

I have the Oberon Color Replace macro working on X6.  I'd have to dig around as to what I had to change cuz it wasn't out of the box easy.  I did have to fiddle with it.  Let me know if anyone needs the details.

I had it working in X6, but a re-set of my system entailed re-installing my programs, and, though I thought that I did everything the same, I can't get it to work this time around. That said, I do pretty well with find and replace.

Andy, re-read my last post.  I updated it with my solution.
Title: Re: Corel Find and replace
Post by: Frog on November 26, 2020, 02:51:37 PM
there used to be a macro I used to have in x12   called limit colors,  this allow you to find and replace with certain values you select.  I believe it was oberon macro

here it is https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm (https://www.oberonplace.com/vba/drawmacros/limitcolorssh.htm)

I used to use Oberon a lot for macros and the forum to get help making macros personally. But I think it all stopped back at version x4 or so. If you use any of the older macros you would need to go into the editor and change a few things to work in newer versions such as pointing to the correct file directory etc.

I have the Oberon Color Replace macro working on X6.  I'd have to dig around as to what I had to change cuz it wasn't out of the box easy.  I did have to fiddle with it.  Let me know if anyone needs the details.

I had it working in X6, but a re-set of my system entailed re-installing my programs, and, though I thought that I did everything the same, I can't get it to work this time around. That said, I do pretty well with find and replace.

Andy, re-read my last post.  I updated it with my solution.
I don't know what version mine is but it has a birthdate of 2006. Same with what appears to be available. Mine just doesn't open. The menu expansion choices appear, but Star Replacer just doesn't open or do anything.
I may just try installing it again from scratch.
Title: Re: Corel Find and replace
Post by: Catnhat on November 27, 2020, 09:28:29 PM
Using 2020 here, and the Oberon Limit Colors macro.

I remember it took some playing with it, to get the gms file in the right folder so it would work.  But it has been working fine on every version of Corel going back to vers. 10.  Still use the Oberon registration marks macro in 2020 too.
The Oberon Color Replacer and Fit Objects to Path macros stopped working during one of the Ver. X7 updates.
Title: Re: Corel Find and replace
Post by: screenxpress on November 28, 2020, 06:09:40 PM
Using 2020 here, and the Oberon Limit Colors macro.

I remember it took some playing with it, to get the gms file in the right folder so it would work.  But it has been working fine on every version of Corel going back to vers. 10.  Still use the Oberon registration marks macro in 2020 too.
The Oberon Color Replacer and Fit Objects to Path macros stopped working during one of the Ver. X7 updates.

If the Registration marks work in your 2020 version, my guess is the Color Replacer I have should work as well.  Shoot me a PM with email if you want a copy.
Title: Re: Corel Find and replace
Post by: Frog on November 28, 2020, 08:41:17 PM
Here's the link to what appears to be the same gms file as Wayne just sent me. (Unfortunately, also the same one I already had  that just doesn't seem to work now on my X6) https://www.oberonplace.com/vba/drawmacros/ColorReplacer/index.htm#:~:text=Unlike%20the%20CorelDRAW's%20or%20Corel,was%20tinted%20on%20some%20objects. (https://www.oberonplace.com/vba/drawmacros/ColorReplacer/index.htm#:~:text=Unlike%20the%20CorelDRAW's%20or%20Corel,was%20tinted%20on%20some%20objects.)
Perhaps the difference, as someone mentioned, could be updates that put the kibosh on it.
Title: Re: Corel Find and replace
Post by: screenxpress on November 28, 2020, 10:58:10 PM
Here's the link to what appears to be the same gms file as Wayne just sent me. (Unfortunately, also the same one I already had  that just doesn't seem to work now on my X6) https://www.oberonplace.com/vba/drawmacros/ColorReplacer/index.htm#:~:text=Unlike%20the%20CorelDRAW's%20or%20Corel,was%20tinted%20on%20some%20objects. (https://www.oberonplace.com/vba/drawmacros/ColorReplacer/index.htm#:~:text=Unlike%20the%20CorelDRAW's%20or%20Corel,was%20tinted%20on%20some%20objects.)
Perhaps the difference, as someone mentioned, could be updates that put the kibosh on it.

The zip download from that link has a file named ColorReplacer.gms, dated 2006 at 60KB.  The file I emailed is named lf_ColorReplacer29.3.8.gms, dated 2012 and is 144KB.  I'm pretty sure those are different.
Title: Re: Corel Find and replace
Post by: Frog on November 29, 2020, 09:29:54 AM
Here's the link to what appears to be the same gms file as Wayne just sent me. (Unfortunately, also the same one I already had  that just doesn't seem to work now on my X6) https://www.oberonplace.com/vba/drawmacros/ColorReplacer/index.htm#:~:text=Unlike%20the%20CorelDRAW's%20or%20Corel,was%20tinted%20on%20some%20objects. (https://www.oberonplace.com/vba/drawmacros/ColorReplacer/index.htm#:~:text=Unlike%20the%20CorelDRAW's%20or%20Corel,was%20tinted%20on%20some%20objects.)
Perhaps the difference, as someone mentioned, could be updates that put the kibosh on it.

The zip download from that link has a file named ColorReplacer.gms, dated 2006 at 60KB.  The file I emailed is named lf_ColorReplacer29.3.8.gms, dated 2012 and is 144KB.  I'm pretty sure those are different.

You are correct! I somehow had just re-installed the older one again! This one definitely opens in my X6! Yay!
Title: Re: Corel Find and replace
Post by: Frog on November 29, 2020, 09:43:16 AM
I also found it on the Oberon Forum from some years back. https://forum.oberonplace.com/showpost.php?p=20481&postcount=47
Here it is, as one can attach zip files here.
Title: Re: Corel Find and replace
Post by: screenxpress on November 29, 2020, 02:22:47 PM
Using 2020 here, and the Oberon Limit Colors macro.

I remember it took some playing with it, to get the gms file in the right folder so it would work.  But it has been working fine on every version of Corel going back to vers. 10.  Still use the Oberon registration marks macro in 2020 too.
The Oberon Color Replacer and Fit Objects to Path macros stopped working during one of the Ver. X7 updates.

I never had a need for a "Fit Object to Path", but in Googling around I ran across this site.  This may (or may not) take care of your needs.  There appears to be a one time fee of $4.95 for full registration past the trial period. 

https://www.oberonplace.com/products/fitobjects/index.htm (https://www.oberonplace.com/products/fitobjects/index.htm)
Title: Re: Corel Find and replace
Post by: Maxie on November 30, 2020, 06:58:46 AM
The Oberon program looks good but it appears that they are not updating it at all.
The site was last updated in 2010.
Pity Corel doesn't add to their Search and replace what I'm looking for.
You should be able to select all objects with say Red even if they are not the same Pantone number.
Title: Re: Corel Find and replace
Post by: TheGhost on November 30, 2020, 07:59:39 AM
I use GDG, he updates pretty quickly to be compatible with the new releases. 50% off sale currently. http://www.gdgmacros.com/ (http://www.gdgmacros.com/)