Illustrator :: Making Template And Selecting Desired Logo To Fill In Where Required
Jun 12, 2013
I am making a catalog for over hundred different school but all the same products and I want to logos to change. Is there anyway to automate this process by making a template and selecting the desired logo to fill in where i need it. I am using CS5 Illustrator.
View 2 Replies
ADVERTISEMENT
Nov 22, 2012
I am a hardcore Photoshop nut lol but I have recently approached learning how to use 'AI' to create my company Logo so that It can be Vector based and therefore Re-size it according to web and print as needed.
You've properly encountered this problem lots of times and i'm properly being really silly, but I am having major problems re-sizing and it, causing pixelisation on my Image, esp when going to 'Save for web and Devices'.
I did have 'drop down shadow effects' on the Logo but I believe I have deleted all of that in Appearences, Incase it is the raster effects causing the problems... but even back at its seemingly basics, I'm still having the same problems.
I tried making the Image smaller using the 'scale' & 'transform' tool before taking it into 'Save for Web and Devices' and even on my artboard it now looks pixelated..
My Artboard size is 1200 x 1200 and in 'Save for Web and Devices' it says the Original Image size is 800 x 600 (which I believe is the size of the document I chose when starting my project)...
I tried Playing with the PPI in the 'Document Raster Effects' settings, this doesn't seem to be making a difference.. Infact I'm sure playing with all the settings has almost caused my edges already to not be as sharp in view: 100% (RGB/Overprint preview) as they once were and I don't think I have the original document to go back too, due to thinking the Logo was fine, before relizing I had a problem in resizing & saving.
I have tried all of the save options in 'Save for Web and Devices' but still the Image looks pixelized, even when ignoring previewer and going ahead to re-opening the saved Image.
I've spent hours trawling the web tirelessly without any result and after being so happy with the Logo, it would be such a shame to have to delete it and try and start all over again either in Illustrator or back in Photoshop (where I know the quality won't be as good)..
View 18 Replies
View Related
Sep 26, 2013
How do I make a logo, that includes an image from photoshop, print-ready in illustrator? Do I need to do something with the image?
View 5 Replies
View Related
Sep 23, 2013
I am trying to make a swoosh at the bottom and top of the two mirrored side profiles. As you can see I have attempted to draw one at the bottom by adding paths and smoothing it but I'm finding it very tricky, I want it to be like the curve of a circle.I am new to pen tool, I'm sure there must be an easier way. I tried removing anchor points but I just gives it a straight edge.
The bit at the end of the swoosh is too thin, I tried adding anchor points but it looks even more wonky. The bottom image is an internet source of what I am trying to acheive.
View 3 Replies
View Related
Aug 11, 2013
I am using Illustrator CS6 and followed a tutorial in Lynda.com on how to make a circular logo. Turned out great, the trouble is I can't lock the layers or group them together to move to my desired location.
View 5 Replies
View Related
Feb 18, 2014
So I am starting with a 12 sided star vector and using effect>stylize>round corners I am trying to round of the outer corners so they appear as a somewhat cartoonish cloud. But in doing this, it rounds of the inner corneds too, replicating a sort of bottle cap shape. How do I make it round off only the outer corners?
View 3 Replies
View Related
Jul 23, 2013
I just learnt to use Adobe Illustrator , the basics anyway. I am able to manipulate the size of the logo to almost scale in Illustrator. However, when I save the logo in JPEG/PNG for the web its always coming out smaller than i would like it to and i cant seem to get it to the size i want.
View 1 Replies
View Related
Jan 10, 2013
I am new to Illustrator, and am trained in Photoshop. I'm working with a printer that wants a vector based AI file, so I'm trying my hand at Illustrator. I have an AI, vector based, logo that I'm trying to fit onto a business card template. The logo is primarily text, with a circle surrounding one of the letters. The circle has a stroke that narrows on the right hand side to a tiny sliver. I am selecting all three layers (the top line of text, bottom line of text, and the surrounding circle), holding down the shift key to preserve the proportions, and grabbing the little box in the bottom corner to shrink the whole selection. As I make the selection smaller, the surrounding circle around one of the letters becomes fatter, changing the look of the logo. How do I correctly make the logo smaller, without converting it to a PDF or JPEG?
View 2 Replies
View Related
Apr 6, 2013
I have to say that so far, after an intensive week editing a project in Smoke, things are getting quite clear, though I didn't dive deep in CFX, apart for some white balance and curves modification, so I don't have experience with any other FX feature, 3D, etc...
I like Smoke for non multi-cam work, so I think I'm going to implement it in our workflow.
And about workflow is my question: We have a video format, opening title, footage with TV bug as an overlay, music background, and ending title.
When I was working in Final Cut Pro, I could open different projects at once, so it was easy to create a template sequence in a template project, copy and paste the footage in the current project while keeping the fixed elements on the timeline.
Now, Smoke can't open more than one project at a time. I don't even know how to duplicate a project to have a template sequence to modify each time I need.
What kind of workflow required in order to reduce editing time by keeping a template that we can modify each time we need?
View 2 Replies
View Related
Feb 23, 2012
I use adobe photoshop lightroom 3.6, earlier i was able to export photos to my desired folders in desired format but i am not at all able to export any photos at all!
View 1 Replies
View Related
May 17, 2012
I am working on creating a macro we can save with a template to ready the designed art for print. So the designer can create the design, run this macro and export a PDF. The macro needs to:
1. Turn off template layer.2. Select all objects layer 1.3. Group all objects layer 1.4. Rotate -90 degrees.5. Set layout to landscape.I have everything working except the Select all "Objects Part". the macro will only select objects that are there during the creation of the macro, and not select the designed work.
Is there anyway to just add a keystroke of "Ctrl+A" to the macro?
Here is the macro i got:
____________________________________________________________________
Sub Adstand_Rotate() ' Recorded 5/17/2012 ActivePage.Layers("Template").Visible = False Dim s1 As Shape Set s1 = ActiveLayer.CreateRectangle(0#, 70#, 39.75, 0#) s1.Fill.ApplyNoFill s1.Outline.SetProperties 0.006945, OutlineStyles(0), CreateCMYKColor(0, 0, 0, 100), ArrowHeads(0), ArrowHeads(0), cdrFalse, cdrFalse, cdrOutlineButtLineCaps, cdrOutlineMiterLineJoin, 0#, 100, MiterLimit:=45# s1.Outline.SetNoOutline s1.Rotate -90# Windows.FindWindow("C:Documents and SettingsdreesdmDesktopAd Stand Template.cdr").ActiveView.SetViewPoint 35#, 19.875, 100 With ActiveDocument.MasterPage .SetSize 39.75, 70# .Orientation = cdrLandscape .PrintExportBackground = True .Bleed = 0# .Background = cdrPageBackgroundNone End WithEnd Sub
____________________________________________________________________
View 3 Replies
View Related
Jul 1, 2013
I used select by color to select this STEELERS word logo from this image below:
Now I cut and pasted it to a youth flag football team pic in the corner. But because I captured some of the sky in the background, the yellow STEELERS logo kind of blended in at that point as seen here (I cropped out the team and am just showing the corner):
Is there a way to select this logo by color and at the same time maybe widen that selection by a few pixels to capture some of the black around the STEELERS logo so that when I transfer it to the team pic, it stands out more by essentially creating a border around it?
View 3 Replies
View Related
Dec 12, 2011
Still working with INVENTOR 10.
When editing the Title Box in a Drawing Template and attempting to insert a LOGO (bmp file) the logo file justs show an icon for the Logo and not the Logo
View 3 Replies
View Related
Dec 2, 2011
I want to change the font(let's say Times New Roman) of selected text in textframe when I click on menu-item of my plug-in. I went through the Adobe Text Engine documentation and tried some code for setting font but failed. I don't see any member function in IFont class to set desired font, so unable to move forward. see the code. I would like to know one more thing that how can we set a particular font for a textframe?
TextRangesRef rangesRef = NULL;
result = sAIDocument->GetTextSelection(&rangesRef);
aisdk::check_ai_error(result);
ITextRanges ranges(rangesRef);
[Code].....
View 3 Replies
View Related
Mar 18, 2013
I have drawing template files created by a former employee that need to have the old company logo removed and replaced in the title block. If I double click on the title block, all information displays, except the graphic for the logo. If I explode it, I lose all the .dwt formatting. How can I replace the logo without losing the formatting of the rest of the drawing template?
View 6 Replies
View Related
Oct 11, 2012
I just upgraded to X5 the other day and started working with it. All seemed pretty normal until I drew a rectangle with a hairline and no fill. I typed in some text and went to click off of it to start a separate line of text only to find out when clicking inside this shape, and any other shape I made, it would select the shape.
View 8 Replies
View Related
Dec 7, 2007
I'm working on a website that allows people to choose different template colors for their websites. I'm going to be using style sheets to load the different templates so that parts already done.
Each one of my templates will have 10 different color schemes that they can choose from. Each template is based off of a photoshop document. I want to be able to create one template and apply different color scheme changes to it for each template that I need.
Pretty much I'm hoping to have 10 base colors that I can apply to the document that would update the document's color scheme.
View 4 Replies
View Related
Apr 13, 2012
I'm designing a header logo for a website with Photoshop CS4 (Mac) but am struggling to understand how to get the background transparent.
In Photoshop I've designed the logo using multiple layers. Prior to saving I've disabled the background layers (used for testing purposes), thus leaving a transparent area behind the logo (shown as a checkerboard pattern). However, I don't understand what the next step is. I've tried "Save for web" as well as flattening it first, only to result in a white background. I suppose I don't need to flatten it then I've also messed around with the transparency and matte options in the "Save for web" window but to no avail (yes, I know that I need to save in either GIF or PNG though for the latter I don't know the difference between PNG 8 and 24 and which of the three formats I should go for).
As for "Matte"; is this the color in the image which should be made transparent? So that in my case with a logo containing white among several colors I should make the background something entirely different from the logo as a background layer and choose "Matte" for that? I've also experimented with that but to no avail.
View 5 Replies
View Related
Mar 16, 2013
I think there is an easy way of accomplishing this without having get into selecting the background or the logo?
View 2 Replies
View Related
May 3, 2012
with a Vector brush I downloaded from:[URL]....need one of the symbols (one below) for a logo but when I enlarge the brush in Photoshop the rounded edges pixalate...
fix this problem, I've tried things like using quick selection and refining the edged (bringing them in) or feathering the edges etc. But it just doesn't look professional and decent for a logo.Here's the direct link:[URL]...
I need the edges where the red arrows are pointing to be smooth.
View 9 Replies
View Related
Jun 11, 2012
I have a site template as jpeg photo
I want to make same effect as on this photo with buildings in background.
I can make it with GIMP black/white, but how can i make it yellow???
View 4 Replies
View Related
Feb 17, 2013
I traced an image earlier, expanded it then wanted to change the line colour. For some reason I couldn't get this to work even though I've done it in the past. So, I used the magic wand to select the line then dragged it into my new document and changed the line colour.
Now, I want to change the fill on certain sections, however when I change the stroke it changes the colour of the line and when I change the fill it changes the color of the line.
View 4 Replies
View Related
Feb 14, 2014
I made a logo using elements. I have tried numerous ways to make it transparent but when I put it on my pictures there is a white square box that appears with it. I want my whole logo to be transparent. I have saved it png, png 24. And still nothing works. How to get this box to disappear. Just to make sure I wasn't doing something wrong I took a photo and made the background transparent and took the selection that was not and put it into a different photo and the white square edge was still around it.
View 15 Replies
View Related
Jul 18, 2012
Is there an option or a workaround that will eliminate the white boarders in a Corel trace? Whenever I do a trace, when I move the trace off the top of the original image, I see a white boarder around each color. Is there any way - when tracing - to tell Corel to use the fill color as the border color for each element of the trace?This would make the trace immediately usable without hand selecting each color cell.
View 8 Replies
View Related
Feb 23, 2013
I was wondering how you might make a custom font fill I want to make a background come through like the american flag does on this image I want to update this logo/font to a higher res.
View 1 Replies
View Related
Nov 20, 2012
I spend 12 hours a day in illustrator and some functionality seems to simplistic and ultimately annoying.I'm using Windows 7 64bit. Adobe Illustrator CS6
1. Please auto switch between Stroke fill and fill when I select text. 99% of my time is spent only using fill on text. I would rather manually switch to Stroke when I want to add a fill to it rather having to switch to fill each time.
2. Same for Stroke, from point 1.
3. Add an auto layer for Guides. When I am using the Scissors tool, the majority of the time I don't want to cut my guides up, I would rather instead cut up the shape below it. Again manually changing the layer to select the guide would be preferable.
4. I personally never use the Eraser tool and I switch to the Scissors Tool. Without fail every time I launch Illustrator I have to switch from the Eraser Tool too the Scissors tool. Please add cookies or something so I don't have to always switch to the Scissors Tool.
5. Move "Align to Pixel" toggle somewhere outside a file menu.
View 4 Replies
View Related
Sep 22, 2013
I've used the Fill>Pattern to tile my seamless patterns tons of times and never had this issue. Suddenly , it started making each tile on the large canvas a different color when I apply Fill>Pattern. At first I thought it was a tip or guide to see the repeat edges , but it shows up in print preview too. What did I do and how do I correct it?
View 4 Replies
View Related
May 21, 2007
I want to make a logo for a one page flier and my website.
Is it best to set the size of the logo in Photoshop before I create it, or should I make it in Photoshop then reduce the size of the file as required?
View 3 Replies
View Related
Mar 21, 2014
I'm trying to upload shirt designs to jakprints and I'm using the template they provided to design the shirt. Hoever, when I save the file, only my design is left. No template.
When opened, it should look like this:
but instead it looks like this:
View 1 Replies
View Related
Nov 15, 2013
Just updated to CC and now when I try to save over old templates it gives me an error message saying it cannot save because this template may be in use in another program...but the only program its in use in is illustrator at that moment because im making changes to it.
View 1 Replies
View Related
Oct 26, 2011
In several instances I can't highlight text to copy or to edit, other times it works fine. If I click the radio button for the text in layers (other layers may be locked to prevent accidental selection), the baselines appears and I should be able to highlight the text, but I can't. If I highlight some other unaffected area of text successfully (unlocked layers), sometimes it will allow me to select the problem text directly after.
View 10 Replies
View Related