TSB
Tutorials/Training Video or Step by step process. => Art/Separation Tutes => Topic started by: Dottonedan on November 20, 2016, 02:08:54 AM
-
Tutorial on three basic vector separation methods in Adobe Illustrator. I know, I speak slow, I'm new to this, so bare with me. ;)
If you are experienced at color separation, this video may not be for you, but I have also met many of experienced separators that were not aware of a few things mentioned in this video, so it might have some worth to you after all.
https://youtu.be/ZGGff_HKF2c
-
i was really looking forward to watching your video but unfortunately it`s all out of focus. :(
-
Out of focus? It's a screen capture vid. No camera work. I reviewed it and was fine. Might be something in your settings ? Not sure on that one.
-
Our of focus? It's a screen capture vid. No camera work. I reviewed it and was fine. Might be something in your settings ? Not sure on that one.
So strange, it`s all fine now. If I could just blame it on a night of heavy drinking. But I don`t touch any alcohol.
Anyway sorry for the confusion.
-
I'm going to re do this one to talk faster, make it shorter and eliminate the echo in my head set.
-
Do you work with any scripts in Illustrator? For tasks that repeat itself over and over again. For example I`m looking for an way to automatically place custom regi marks at a certain distance around the artwork. Not even sure if that is possible?
-
yes, you can create an action script in Illustrator, but you do get some limitations. An action has to do the same thing all the time, so since the art may be a different size each time, you can't repeat the exact steps each time.
What you can do, is create a resource (saved in the same location all the time) like on your desktop. That file contains reggies spaced where you want them apart, and maybe with some generic line of type to start your job info. You can create an action that opens that template pulling from your desktop, and will paste the reggies into the new art file, and move them to the top of the page. You then, at this point, need to move the reggies to the outside of your unique art image.
-
Do you work with any scripts in Illustrator? For tasks that repeat itself over and over again. For example I`m looking for an way to automatically place custom regi marks at a certain distance around the artwork. Not even sure if that is possible?
Are you looking to change the placement of these registration marks based on the design? So a 3x3 design would have them at corners that would be like a 4x4 square around it? Or ALWAYS the same place... we use a template for that (new from template is best as it prompts you to save like new).
If you are looking to do custom sized reg marks then you could probably do some coding that could take an element and make it your registration marks. You would select your object and then it would replace it based on the coordinates of that. I have played with a few scripts that did similar things... but at the same time different. I could probably help you work through that if you needed.
-
I've just about stop using reg marks on my art file's, but I will but reg marks on my basewhite or the black plate only, saves time not taping the rest of my screens off.... plus it helps me save film
-
The part of setting the reggies a specific space away from the art is what is not doable via an action.
It would be have to be a more complex method to know the size of each new art and space the reggies at x distance.
If you did some generic assignments like (select all) then place the reggies, and then record the move, but that's where it gets lost. Once you paste the reggies, the selected art gets deselected, then you can't tell it to move x distance away.
-
Yes, can't be done via actions but CAN be done via scripting. Two different balls of wax.
-
Do you work with any scripts in Illustrator? For tasks that repeat itself over and over again. For example I`m looking for an way to automatically place custom regi marks at a certain distance around the artwork. Not even sure if that is possible?
Are you looking to change the placement of these registration marks based on the design? So a 3x3 design would have them at corners that would be like a 4x4 square around it? Or ALWAYS the same place... we use a template for that (new from template is best as it prompts you to save like new).
If you are looking to do custom sized reg marks then you could probably do some coding that could take an element and make it your registration marks. You would select your object and then it would replace it based on the coordinates of that. I have played with a few scripts that did similar things... but at the same time different. I could probably help you work through that if you needed.
That would be cool to get some help with that. Generally I want my custom regi marks placed an inch away around the artwork. So generally they will fall always in a different place depending how big the art is.
-
In CorelDRAW, rather than use the standard marks in their standard positions, I have always merely imported the three "rifle sight" type marks that I created.
Two easy steps: Import my "3RegMarks" file, and then position them as I need.
Can't be any tougher in Illy.
btw, years ago, a buddy who was teaching me Photoshop did them as custom brushes.
-
Do you work with any scripts in Illustrator? For tasks that repeat itself over and over again. For example I`m looking for an way to automatically place custom regi marks at a certain distance around the artwork. Not even sure if that is possible?
For that, we have it set up as a Template (.ait), and all we usually have to do after placing the image is to move the lower marks upward until they are just outside the image...
Steve
-
In CorelDRAW, rather than use the standard marks in their standard positions, I have always merely imported the three "rifle sight" type marks that I created.
Two easy steps: Import my "3RegMarks" file, and then position them as I need.
Can't be any tougher in Illy.
btw, years ago, a buddy who was teaching me Photoshop did them as custom brushes.
Sure it could.
Draw a box, hit a button and those marks are placed automatically based on the box you just drew. :)
-
In CorelDRAW, rather than use the standard marks in their standard positions, I have always merely imported the three "rifle sight" type marks that I created.
Two easy steps: Import my "3RegMarks" file, and then position them as I need.
Can't be any tougher in Illy.
btw, years ago, a buddy who was teaching me Photoshop did them as custom brushes.
Sure it could.
Draw a box, hit a button and those marks are placed automatically based on the box you just drew. :)
Well that@s what we are doing at the moment. I`m looking for a fully automated solution.
-
Dan....good to see you doing some tutorial videos. This industry needs more input from those experienced with their craft as there's a ton of bad information floating around.
On another note, to write really good actions, most likely you'll need to implement conditional logic through JavaScript. These are written using a tool named ExtendScript Toolkit which is available at no cost from Adobe. You'll also want to download the SDK (Software Development Kit) for the version of Illustrator or Photoshop being used. The SDK contains extensive information on using ExtendScript Toolkit, Scripting and writing JavaScript that runs within the environment of the intended application.
The Action can then call the JavaScript when needed to perform a task not possible through the static Action. It's not easy however and unfortunately there's little to no basic how-to documentation to get started aside what's offered from Adobe, most of which assumes the process is somewhat understood.
Good Luck!