The lines are pixelated

I have been away from Adobe CSS for a while now, so I need a little help. I'm designing a logo, but having some problems creating nice faded lines. Also i cant move the little blue circle in the horses eye (guideline?). I hope that someone can tell me how to make the line less pixelated. Thank you very much.

I suppose you do it in Illustrator. Did you have placed the file in InDesign because you are asking here?
Did you have turned on the Display Performance on High Quality?
If you have done the file in Illustrator and have used effects which will make a rasterized output how are your Document Raster Effects Settings (Effects) in Illustrator, and if so, how was the graphic scaled in InDesign?

Similar Messages

  • How can i check if the lines are the same ?

    private bool displayed;
    private void PostMessage()
    for (int i = 0; i < ScrollLabel._lines.Length; i++)
    for (int x = 0; x < WordsList.words.Length; x++)
    if (ScrollLabel._lines[i].Contains(WordsList.words[x]) && !displayed)
    displayed = true;
    lineToPost = ScrollLabel._lines[i];
    PostFacebookWall(LongaccessToken, lineToPost + Environment.NewLine + Environment.NewLine + "נשלח באופן אוטומטי כניסיון דרך תוכנה");
    I call this method in a timer tick event every second.
    But if the variable string lineToPost is
    identical it will not send it again. But it might be a situation that the lineToPost may
    contain the exact same word inside but the whole line is not the same so i want to send it.
    Only if the whole line is the same, then don't make the postFacebookWall
    If the whole line is not the same but the same word is the line as in other line(s), then use thePostFacebookWall method.
    I'm using a bool variable
    so it will not send the same line over and over again.
    I would like it to send the line(s) once, regardless if there is only one line or if there are more than one line.
    The problem is the way I'm using the bool now,
    it will send a line and then will never send any other line at all.
    I tried to change the method to this:
    // key: line index, value: sent line
    private Dictionary<int, string> sent = new Dictionary<int, string>();
    private void PostMessage()
    for (int i = 0; i < ScrollLabel._lines.Length; i++)
    var line = ScrollLabel._lines[i];
    if (sent.ContainsKey(i) && sent[i] == line) continue;
    sent[i] = line;
    if (WordsList.words.Any(line.Contains))
    PostFacebookWall(LongaccessToken, line + Environment.NewLine + Environment.NewLine
    + "נשלח באופן אוטומטי כניסיון דרך תוכנה");
    numberofposts += 1;
    label7.Text = numberofposts.ToString();
    But its not good it keep sending many times the same lines.
    This is the timer tick event code:
    private void timer1_Tick(object sender, EventArgs e)
    counter += 1;
    if (counter == 10)
    scrollLabel1.Reset();
    scrollLabel1.Text = " ";
    scrollLabel1.Invalidate();
    readableRss = RssReader.covertRss("http://rotter.net/rss/rotternews.xml");
    this.scrollLabel1.Text = readableRss;
    scrollLabel1.Invalidate();
    counter = 0;
    PostMessage();
    Im updating the text/lines every 10 seconds .
    And calling the PostMessage method every second.
    And when im calling the PostMessage it should it should call inside the method PostFacebookWall only when the whole line is not identical to other lines and if a word in words is exist in any line.
    The variable WorldList.words is string[] contain some words(string).
    For example if i have this line:
    "hello this is a test"
    So the word test exist in words so post this line.
    Then if i have another line :
    "hello this is a test" so in dont post this line since its the same.
    But if i have a line: "hi this is a test" the word test exist but the whole line is not the same as above so post this line.
    And of course if there is a different line with a word that exist like: "my name"
    Then post this line too.

    Hi Chocolade1972,
    C# forum:
    Discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.
    I’m afraid that it is not the correct forum about this issue, I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum. Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 3D Rendering - The lines are too light

    I've just reinstalled Acrobat 7.0 Standard onto this computer and now whenever I convert a 3D rendering into a pdf the drawings lines are so faint they are barely visible. The border and the text are fine, just the rendering itself is messed up. I know there is a setting somewhere to fix this but I just can't figure it out. Any help would be greatly appreciated!

    Under the printer properties of the Adobe PDF printer, select the layout tab, Advanced options. Change the print quality to 300 or 600 dpi, not the default 1200.

  • Exporting sequence from Final Cut Pro 7, some clips are pixellated and bad quality, does this have anything to do with the fact that I changed those clips speed?

    Hello,
    Bit of a beginner using Final Cut Pro 7
    Am currently trying to export a sequence using quicktime conversion.  Sequence has various filters and effects over it and when I export it some of the clips are pixellated and appear to have not exported correctly.  From what I can gather the affected clips have either been slowed down or made faster.  I am wondering whether this is the reason they have not exported correctly
    Any help would be appreciated
    Cheers

    More information needed.
    Codec of material?
    Sequence settings? (codec)
    fwiw - do not use quicktime conversion. Use Export Quicktime with Current Settings enabled then do any format conversions in Compressor.
    x

  • Few of my amount_cr lines are missing from the query, check GL_JE_LINES_V.

    I have a discover report which have 5 union all, and one of the select statement brings the information about the cr.type like 'MISC'from the table called ar.ar_cash_receipts_all cr.
    This query basically brings the information of amount_dr and amount_Cr from the general ledger table, the navigation for the same is as below.
    Navigation:
    Enter journals
    pick some Batch Name
    Click find button
    Place cursor on the line item from the list that has Journal Name like Miscellaneous receipts
    Click on Review Journal.
    When you check the record history pulls the information as GL_JE_LINES_V.
    I am not able to pick few of my amount_cr values.
    Tables and joints used for my query is as below.
    Please correct me if i am missing any information.
    Thanks in advance.
    Archice
    APPS.ra_customer_trx_all ct
    ,AR.ra_cust_trx_types_all ctt
    ,AR.ar_distributions_all ard
    ,apps.hz_cust_accounts_all cust
    ,AR.hz_parties cust2
    ,AR.ar_adjustments_all adj
    ,GL.gl_sets_of_books books
    where
    adj.set_of_books_id=books.set_of_books_id) and
    nvl(adj.postable,'Y')='Y') and
    adj.adjustment_id=ard.source_id) and
    ard.source_table='ADJ') and
    adj.customer_trx_id=ct.customer_trx_id)
    and ctt.cust_trx_type_id=ct.cust_trx_type_id) and
    cust.cust_account_id=decode(ctt.type,'BR',ct.drawee_id,ct.bill_to_customer_id)) and
    cust2.party_id=cust.party_id and
    ctt.set_of_books_id=books.set_of_books_id(+)

    Hi Blushadow,
    Thanks for responding my query, here is best i can mention further regarding my query problem.
    The code which I have posted earlier, has been coded by some other technical person, I have posted part of the main query which pulls ‘MISC’, the posted query is not pulling all the amount_credit (amount_cr) column information, few of the lines are missing,
    The amount_dr, amount_cr is basically called form GL_JE_LINES_V, I have checked this from record history, I want to know whether, I need any further tables to be added for the existing query, in order to pull the missing amount_cr
    Lines.
    Basically, when we check the description of the view GL_JE_LINES_V
    We have few tables.
    GL_JE_LINES JEL
    , GL_CODE_COMBINATIONS CC
    , GL_JE_LINES_RECON REC
    , GL_SYSTEM_USAGES USE
    I would like to know is there any way to use another table instead of
    GL_JE_LINES_RECON REC, because when I query it, I wont see any data from this table and this have two major joins in the mentioned view called GL_JE_LINES_V.
    Regards
    Archie

  • Animate like the lines in all layers are drawn one after another

    Hai there,
    With my inkling pen i've created a drawing for PS. It now contains 30 layers, each one has a line. I would like to animate these lines/layers, so it looks (in an animated gif) like the lines are drawn one by one.
    Is there a "quick" way to do so?
    Thanks in advance!
    p.s. first post here...!

    Hi, Pascal.
    I see what you mean. I was playing around with the Action idea that I had, and it may not work as I had thought it would in my head. There's a limitation with Actions, that doesn't allow the "Select Forward Layer" shortcut to select hidden layers, which makes my idea useless.
    Unless someone else on this forum can figure out a quicker way, which is very possible, I'd give my first suggestion a shot for now.

  • How Do You Print What OS X Renders and What You See Like the Lines on a Table on OpenOffice?

    Hi. How do you print what you OS X's graphics is rendering (what you see is what you get). I'm trying to print a calling card on OpenOffice Apache, latest but it would not print the guidelines (the lines when you use table, columns and rows) and it would only print the letters.
    Thank you in advance.
    God bless.

    If the lines are printing but they are too faint to see them easily, then there could be a rendering setting that could improve the line density.
    But if the lines are not at all visible then maybe the application is set not to print them. So check the Preferences or the printing options for OpenOffice? There might be a setting about the printing of gridlines.
    FYI - MS Excel has the gridlines disabled for printing but they can be enabled via the Excel print dialog.

  • Sales Order header still booked when lines are already closed

    Hello all,
    Well, im having problems to close a couple of Sales Orders...the lines are already closed but the headers reminds as 'Booked'....I checked the Workflow and one of the SO shows me this error message:
    Error Message ORA-00376: file 354 cannot be read at this time ORA-01110: data file 354: '+LIVE_DG/liveclrvenus2/datafile/undotbs1a.801.702318343' ORA-00376: file 354 cannot be read at this time ORA-01110: data file 354: '+LIVE_DG/liveclrvenus2/datafile/undotbs1a.801.702318343'
    Error Stack Wf_Event.Dispatch(oracle.apps.wf.notification.send) Wf_Notification.SendSingle(SYSADMIN, OMERROR, OMERROR_MSG, 26-JAN-11, WF_ENGINE.CB) Wf_Notification.Send(SYSADMIN, OMERROR, OMERROR_MSG, 26-JAN-11, WF_ENGINE.CB) Wf_Engine_Util.Notification_Send(OMERROR, WF2835788, 143218, OMERROR:OMERROR_MSG) Wf_Standard.Notify(OMERROR, WF2835788, 143218, RUN) Wf_Engine_Util.Function_Call(WF_STANDARD.NOTIFY, OMERROR, WF2835788, 143218, RUN)
    Anyone knows how to fix this......
    Regards
    Edited by: 843193 on Mar 11, 2011 2:59 PM

    See docs "Close Sales Order Headers With No Associated Open Lines, Order Header Workflows Or Order Line Workflows [ID 397565.1]" and "Order Management Suite - Some Datafix Patches and Scripts [ID 398822.1]". They might help. I currently have an SR in on the same situation, although I do not get the same error message you get.
    Hope this helps,
    Dana-B
    Edited by: user9971618 on May 2, 2011 12:21 PM
    Edited by: Dana-B on May 2, 2011 12:22 PM

  • RAW Import into iPhoto 4 - are pixelated results permanent?

    OK, I made a mistake. Imported photos from Nikon D100 into iPhoto 4 but didn't "recall" I had RAW quality set (usually JPEG-normal). When I did get to viewing the Import in detail, I saw to my chagrin that the images are pixelated.
    Can anyone advise if the images are recoverable? (I couldn't get Nikon 5 to perform magic or Photoshop CS. I have ordered iLife 6 to upgrade iPhoto...).
    Thank you in advance.
    G4 Desk, G3 Pismo   Mac OS X (10.4.6)  
    G4 Desk, G3 Pismo   Mac OS X (10.4.6)  

    I did a search for "embedded thumbnails in Nikon RAW format" and found discussions that indicated .NEF files contain a low-resolution thumbnail. Since RAW support was probably introduced in iPhoto 5 or 6, I'm betting that iPhoto 4 is "seeing" the embedded thumbnail.
    I can't confirm this since I have iPhoto 6 only but maybe you could go to the file in your iPhoto library folder and double-click it (open in Preview). If the image is of high quality, then the file was imported but iPhoto can't read the RAW part.
    Also look at the size. It should be huge - maybe over 5 or 6 MB depending on the camera's megapixel rating. 3x-5x the jpeg size. If that's the case and the file extension is .nef and not .jpg, you probably have the whole file and updating to iPhoto 6 will display RAW in all its glory. If the file size is tiny (make sure you're not looking at the thumbnail file that iPhoto creates independently) then it's possible iPhoto never imported the full image.
    Do you still have the photos on your card?

  • Cintiq 21UX Lines are not smooth in Photoshop CS

    Just got my new Cintiq 21ux this week....love it but when using Photoshop CS the lines are not smooth even when I use a ruler etc....have used a tablet for years so it's not practise but the software or something ???.....I do have smooth enabled in the Brush Dialog box so that's not the problem. When I sketch in Alias Sketchbook Pro and Corel Painter IX the lines are perfect and smooth.......Anybody have a similar problem and a solution.....any help would be appreciated...
    Cheers Mike
    PS
    I have already turned off double-click distance and have the latest Wacom Cintiq driver version 6.05 installed
    My operating system is Windows XP service pack 2

    Hi All thanks for the reply's.....
    Dave
    * Have reset my Photoshop preferences and same results
    * Have reset Wacom preferences and settings as per instruction from Wacom...also uninstalled and reinstalled Cintiq driver
    * Have played around with the brush settings...resolution etc etc etc....and no improvement in line quality
    * Have also heard from other people with Cintiq having the same issues with Photoshop
    * As much as I can tell the mouse looks okay
    I think it's a Wacom Cintiq Driver issue as my previous Intuos tablet etc I never had a problem with.
    Scott
    *Have also learned from others that other Photoshop versions also have same bad line quality....
    *Zooming does not solve the problem as I need to see the whole canvas to sketch and you still get the wobbly lines....
    Phos....
    * If I don't figure this out will have to give a bug report....not exactly sure how to do that though......
    The mystery continues

  • Which software to test the line? BERT or any advice?

    hi mates
    need some advices about the best test method for below system:
    I have a physical network line between two computers which consists of fiber optic cable, media converters and utp cables. Nontheless end of the lines are regular RJ45 connectors. Ican ping the other PC through this line.
    but I want to test this line with a software running on PC ( Bit Error Tester or something similar software I can run on PCs and see if the line works fine)
    I dont want to test the line with cable tester devices. Is there a software you can recommend me for test purposes?
    thanks in advance for helping :)

    check this link for different software for network monitoring.
    http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html

  • Lines are breaking in global definition of a smartforms

    HI,  
              Every one, today I am facing issues with smartforms.
              In initialization tab of global definition,the lines are breaking when am scroll it down.
              the screen shot attached here with(if being needed).
              tried to find out solution over web for this particular lagging.but failed.
              Any solution? for this.
              will be sincerely thankful.

    Did you check OSS notes for ("Microsoft Word" "editor" "Smartforms")
    your system level (SAP_BASIS component), which version ?
    your SAP GUI, which version ?
    Have you same problem with other transaction that use text edit control, else you could roll back to "Table Control Editor"
    Regards,
    Raymond

  • Transfering Drawings From FreeHand to pdf- Lines are Blurry

    I am working on a catalog. I've drawn up everything in freehand but when I pull them into my pdf they looked blurry. The drawings look fine in freehand, however. Does anyone know what the problem might be?

    You could check your Acrobat Preferences > Smoothing. If the lines are still vectors you may want to uncheck smoothing for line art.
    That said, I'm sure you're also concerned about how your clients view the catalog. You might want to use heavier lines, or an other method of section division such as color blocks, that will view nicely on other computers.

  • Z3 Compact Screen Lines and Pixelation

    Since yesterday my Screen has been acting weird. Its clear when you unlock it then lines appear on the screen yesterday there was more vertical lines today there are feint horizontal lines. Yesterday during the day the lines were sometimes more prominent and sometimes less however the lines are present and sometimes the screen will go grainy. The phone is functioning correctly but there seems to be some fault with the screen and it does not look nice.

    Hi and welcome to the community! Since you're new please be sure that you have checked out our Discussion guidelines.
    Have you tried with a factory reset on your phone? Otherwise, I suggest that you contact your local support team for further information about how to proceed with this in the best possible way:
    http://www.sonymobile.com/global-en/support/contact-us/contact-info/
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • All titles are Pixelated

    I am creating 3 separate dvds.... I have made the movies and spent tons of time on the titles and themes...getting them just right. When I view it in iMovie 09, it looks really clear. When I export to my MobileMe Gallery, in high resolution, the text looks beautiful. Then I exported to iDVD and burned a DVD and now the images are pixelated and so are all of the text/fonts in the titles and themes.
    Please help. These projects need to look legible and I have invested so much time in this.
    Any suggestions as to how to correct this? Thanks!!!

    I went through share/idvd. is using the media browser going to help with the quality? I didn't know about the Project Properties. I assumed that it would make it professional quaility. I guess I should not assume.
    So what is the best way to correct the issue? I will try to change to professional quality and try again. I think I was most shocked because the one on the mobileme gallery looked beautiful and then the dvd looked completely horrible.
    Any other suggestions/comments are appreciated.
    Thank you.

Maybe you are looking for