Parasites graphics rendering - little black line on image

Hello
In the menu it appears in tiny black line and can not find their origin
http://coach.de.vie.free.fr/
Thanks

that site has bigger problems than any little black lines.  it loads as slower than an adobe suite installs.

Similar Messages

  • Black lines/grainy image for my GigE Prosilica GX1920 Camera Program

    Hi,
    I have a pretty basic program for a Prosilica GX1920 that I've been struggling with.  I've used the NI vision assistant and had no problem seeing a clear image but when I run my program after a short time the image gets grainy and black lines appear towards the bottom of the image.  The lines move around, sometimes there are a few other times 1/5th of the image is taken up by them.  When I use my program and then switch back to the NI vision assistant, the image quality remains poor.  It's probably just a simple mistake I'm making but any help with this would be much appreciated.
    Bejan Hakimi
    Grad Student
    University of Washington
    Dept. of Chemistry
    Attachments:
    Snap active 1512.vi ‏65 KB

    Hi Bejan,
    How are you acquiring the image in your program? Are you using the Vision Assistant? Are you changing any attributes of the camera in your program? Are you able to acquire and image in Measurement & Automation explorer after the image appears to become distorted? Thanks for the additional information!
    Regards,
    Kira T

  • Black Line under Linked Image

    Hey, I have started another website for my portfolio, consisting of many pages. Anyway, I'm mainly using CSS, but there is a little HTML for the navigation.
    Heres the question: When I linked the top banner image to go to the Home page (index.html), there is a random black line under the image. I gave the image and ID tag in CSS and made sure that border:0;
    Please respond, I desperatly need this for a school project and it will look random if there is a weird line in the middle of the page. Thanks in advance!

    Here is the CSS code
    @charset "utf-8";
    /* CSS Document */
    html {
         background-color: #F1D66B;
         background-image: url(../Images/Background.png);
         font-family: "Showcard Gothic", "Cooper Std Black", Calibri, serif;
         word-spacing: 6px;
    body {
         background-color: #F9ECB9;
         margin: 0 auto;
         width: 700px;
         padding: 20px;
         word-spacing: 0px;
    h1 {
         font-size: 38px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bold;
         margin-bottom: 40px;
    h2 {
         font-size: 28px;
         text-decoration: underline;
         font-variant: small-caps;
    h3 {
         margin-top: 20px;
         font-size: 16px;
         background-color: #F1D66B;
         padding: 15px;
         padding-top:40px;
         padding-bottom:40px;
         text-align: center;
         margin-top: 100px;
         word-spacing: 0px;
         font-family: Georgia, "Times New Roman", Times, serif;
         font-weight: bolder;
         font-variant: small-caps;
    h4 {
         font-size: 50px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bolder;
         margin-left: 0px;
         margin-right: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
         text-align: center;
    p {
         font-size: 20px;
         font-family: Georgia, "Times New Roman", Times, serif;
         text-indent: 40px;
         margin-bottom: 70px;
    ul {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: 20px;
    strong {
         font-weight: 1200;
    a {
         text-decoration:none;
    a:link {
         color: #000;
         text-decoration: underline;
    a:visited {
         color: #000;
         text-decoration: underline;
    a:hover {
         color:#846B0D;
         text-decoration: underline;
    div{
         bakcground-color: #7C9614;
         text-decoration: underline;
    #logo{
         border-bottom: 10px;
    h5 {
         text-align: center;
         margin: 0 auto;
    a img{
         border: none;
         text-decoration: none;
    And here is the HTML for my index.html page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Spinoff - Home</title>
    <link href= "CSS.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body>
    <h4><a href="index.html"><img src="../Images/Logo.jpg" name="logo" width="700" height="200" border="0" id="logo" /></a></h4>
    <table border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="230"><a href="gameshome.html" target="_top" onclick="MM_nbGroup('down','group1','Games','',1)" onmouseover="MM_nbGroup('over','Games','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Games.jpg" alt="" name="Games" border="0" id="Games" onload="" /></a></td>
        <td width="230"><a href="videoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Videos','',1)" onmouseover="MM_nbGroup('over','Videos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Videos.jpg" alt="" name="Videos" border="0" id="Movies" onload="" /></a></td>
        <td width="219"><a href="photoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Photos','',1)" onmouseover="MM_nbGroup('over','Photos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Photos.jpg" alt="" name="Photos" border="0" id="Photos" onload="" /></a></td>
      </tr>
    </table>
    <h2>Welcome!</h2>
    <p>Welcome to the home page of <strong>Spin-Off</strong> media! Hey, thanks for coming! As you can see, we have many games, videos and photos for you! We hope you enjoy your stay, and come back! Well, what are you waiting for? Get clicking!</p>
    <h2>Submissions</h2>
    <p>We welcome your submissions here at spin-off! Got a game you want other people to play? Think some people will get a good laugh at your home video? Have a photo you think some people will get a kick out of? Send it to us HERE and we will review it before posting. Please, put the file in the attachment, as well as any title and description you want in the body.</p>
    <p><strong>*NOTE* </strong>Any submissions that do not pass will not be notified, in fact, nobody will be notified. If you see it on the site, congratulations, you have something ahead of you kid. If not, keep trying!</p>
    <h3>Not-So-Copyrighted - Spinoff Media<br />
      <a href="index.html">[home]</a> <a href="gameshome.html">[games]</a> <a href="videoshome.html">[videos]</a> <a href="photoshome.html">[photos]</a><br />
      <a href="mailto:[email protected]?subject=Spin-Off">[contact]</a> <a href="legal.html">[legal]</a> <a href="mailto:[email protected]?subject=Submission">[submit]</a> <a href="about.html">[about]</a><br />
    NSFW? Tell us <a href="mailto:[email protected]?subject=NSFW">HERE</a> and we will respond</h3>
    </body>
    </html>
    The little black line happens right under the first h4

  • Lines on images

    Most of my images, not all, that I've processed and saved in .tif, are showing up on my commercial printer's MAC display with little black lines.  The lines don't show up at all on my Windows 7 machine.  Has anyone experienced this?

    I have the same problem. Thin vertical line through my exported image.
    Check it out:
    http://web.mac.com/rishisanyal/iWeb/Homepage/ApertureBug.jpg
    For my settings, I cropped only 2 pixels off the width, and exported with the setting 'JPEG-50% original size'.
    When I recropped the image cutting 10 pixels off the width, or when I just didn't crop in the X direction at all, everything was fine (no line).
    A non-sensical, incredibly annoying, bug. I will report to Aperture feedback also.
    (Using Aperture 1.5.1)

  • Black line sketch renderings printing with teal or magenta

    Aloha,
    When I print architectural drawings with my DesignJet 110 I sometime place computer generated sketch renderings in with the architectural plans which are vector line drawings.  The architectural line drawings and the sketch renders are computer generated made with ArchiCAD.  The HP 110 DesignJet prints the rendering and only the rendering with teal or magenta or a fade of both even though the rendering is black lines. The architectural line drawings on the same page print beautifully in black.  There is nothing on the page that is using any color lines.
    When I set the printer to "Only Use Black Ink" the renders come out in black but the quality of the rendering's lines is poorer than when it prints using the teal/magenta.
    I would like to get the printer to print high quality renderings with just black ink.  
    What is causing the problem?
    How can I fix the problem?
    Mahalo,
    John

    This forum is focused on consumer level products.  For the Designjet you may have better results posting in the HP Designjet forum here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Black Line

    When I go under the "clock" and choose my clock, there is a little black line right below where it says "Delete this Clock." It's only on this screen, but I'm wondering if it's even supposed to be there.
    Does anyone else have this on their nano?

    Joy, yeah I have it too.
    If you scroll onto "delete this clock" and center-click, the nano goes to a submenu giving you the option to cancel this action or delete the clock.
    This way if your traveling you can remove irrelevant clock clutter when you don't need them anymore.
    -Tark

  • Why & remove: thin black line around new image?

    Hi there.
    PS CS3 (10.0.1)
    Why does PS automatically make a thin black line around any new image and how can I set PS not to do this?
    You can please have a look here:
    http://www.josua.co.za/graphics/josua-banner.jpg
    I will really appreciate your help.
    Regards,
    Deon

    Thank you for replying to my question.
    You are 100% right ... I have made the canvas a bit larger and there is no line.
    BUT, why is there a line around the image when viewing in a browser? I dont' want it there and this is the first time I have this problem.
    Thank you for your time & help.
    Regards,
    Deon

  • PDF exporting with thin black lines around some images

    Hi there,
    I have spent A LOT of time making a custom SAVE THE DATE card and I cannot find a solution to this problem. When I am working in the document, I do not see thin borders around any of the images but when I export to PDF they show up. I have NO BORDERS selected for all images in the document and cannot figure out why they keep showing up after export. 
    I have attached a screen grab of what the document looks like when I am working on it, and another one of what it looks like after export. I am using Pages 5.2.2 and OS X version 10.9.5
    I need to order these SAVE THE DATES by tomorrow to take advantage of the 60% off! Thanks so much for your help!

    I am seeing this same problem in a family newsletter I've created.  The lines do not show up in Pages, but when I export to pdf (or print to pdf), the lines appear.  When I print the document, no lines appear.
    Here's what the top of the newsletter looks like - the black lines show up on all the pages, and in the beige-covered overlay, crosshatching is visible.   The template I'm using was in existence two years ago, but doesn't seem to exist in Pages anymore.  Would that have anything to do with the lines showing up?
    I also found this link, but can't apply any of the suggested fixes, since they apply to Adobe:  <http://helpx.adobe.com/indesign/kb/thin-white-dark-lines-stitching.html>.

  • Have placed video-when previewed there are sometimes heavy black lines around the image. If I place white rectangles in front, the black is hidden in Author, but when I preview the black lines are still there..How to use white rectangles to mask edges?

    I have placed video - when previewed there are sometimes heavy black lines around the image.
    If I place white rectangles in front, the black is hidden in Author, but when I preview the black lines are still there..
    How to use white rectangles to mask edges?

    Here's view in IBA you can see bounding boxes of white rectangles that
    form frame to block out black setions..
    Here's iBook preview image of same page, NO WHITE FRAME!
    WHY?
    BOB SPRAGUE

  • Black lines through .pdf images

    I'm using Word 2007 and Adobe Pro X.  The figures I insert into my Word file are .pdf's that have been converted to .tiff or .png files.  When I create a .pdf directly from my Word file, my figures end up with thick black lines running through them.  If I just go to file > print > Adobe pdf, then my images print fine.  The only problem with that though is my Table of Contents isn't automatically bookmarked.  Any ideas why my figures are messed up when creating my .pdf directly from Word?  Any solutions?

    Hi ,
    Bookmarking is not a feature for Printing a file by Adobe printer , it  just produces a flat PDF ,so you wont get bookmarks through that route.
    I didn't quite get your issue . Are the images inserted into your word file .tiff and .png or any other format ?  Can you please share a word file which contains such images ?
    Thanks,
    Apoorv

  • Giving a black and white line work image a transparent background

    I am working in Photoshop CS4 (mac).  Currently, the image is comprised of black line on a white background.  How do I go about giving the image a transparent background?

    A day later, I have still not figured out how to accomplish what it is I am trying to do. 
    I have not yet tried what you have suggested in the last post and am about to go at it once again.  I should mention two things.  1. My  goal is to drop this image into InDesign (cs4) when completed. 2. The image has interior space betwen the line work/image itself that I would like to contain transparency.  Not sure if I am being clear here. The issue lies in when I actually drop the image into InDesign.  While the image appears to already have a transparent background, once it is dropped into InDesign, the image then assumes an opaque/white background.

  • BLACK LINES accross Program window image on playback only

    I was editing tonigh with CS3 and CS4 open and working well, then I opened a project file to check something and when I playedback timeline I saw black line passing by my image with colorama lines weaved into them a bit like film scratches. It was just at first top 1/3 of screen but when I closed it to open another that one had them all over the image.
    The project always worked fantastic, never saw that bug before.
    The specs:
    CFHD project with AspectHD v.5 last build
    Windows Vista x64 Ultimate
    Dual monitor with Ultramon
    AMD Athlon x2 6400+
    ASUS M2N-SLI Deluxe
    NVIDIA QUADRO FX 1500 (last driver)
    SOUND BLASTER X-FI XTREME MUSIC
    8 GB RAM 800Mgz ECC
    cooling system is ok
    footage on 2 raids O HD (500 + 960 GB)

    It sounds like you have multiple programs fighting for use of the video card hardware overlay.
    Cheers
    Eddie
    PremiereProPedia   
    RSS feed)
    - Over 350 frequently answered questions
    - Over 300 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • Mwaaaa! I just want a black line round my images!

    Not all these fancy borders and stuff!
    I've just installed PE9 (today, actually!) but already it's giving me a migraine! I'm creating a vBulletin moderator training manual and all I want to do it put a thin black line around an image for definition and neatness.
    For years I've used anAdobe PhotoDelux Home Edition v4 (yeah - really, really old! - just like me! ). It's served me well but is very basic and I wanted to do more. So as a starter, I thought I'd try something I've been doing for years but can I find it? No siree!
    Please give an old gal some help, folks! I want it to look like this

    With your image open in the Editor press ctrl+A to select all (you will see the marching ants)
    On the Menu click Edit >>Stroke
    Set the width to 1px and choose black as your color and select inside edge.
    Click OK.

  • How do I eliminate text with black lines through the words

    I am using Firefox 14.0.1 on Linux Ubuntu 11.04.
    I am getting black lines through the text on some web sites. Mostly Google. How do I eliminate the lines.

    A few other basic trouble shooting things you can try is this:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.

  • How do I get a white background with black lines

    How do I get a white background with black lines and characters on my screen. To run the program, copy it out and delete the ` and it should go. If it does not compile on your machine, I would like to know. There is a test on about line 34 for changing the colors.
    `//Simple program to test Graphics2D.setBackground(white) obtained from BufferedImage.getGraphics()
    `import java.awt.Frame; //Object>awt.Component>Container>Window>Frame
    `import java.awt.Insets; //Object>awt.Insets
    `import java.awt.image.BufferedImage; //Object>awt.Image>awt.image.BufferedImage
    `import java.awt.Graphics; //Object>awt.Graphics
    `import java.awt.Graphics2D; //Object>awt.Graphics>Graphics2D
    `import java.awt.Color;
    `import java.awt.BasicStroke;
    `public class TstBgCol { //frame & BufferedImage in pixels & BasicStroke in points ????????????
    ` TstBgCol tstBgCol;
    ` public static void main(String[] args) {
    ` TstBgCol tstBgCol=new TstBgCol(); tstBgCol.tstBgCol=tstBgCol;
    ` tstBgCol.main2(); tstBgCol.byteBinary();
    ` }
    ` Graphics fgcontext;
    ` Frame fram; Insets insets; //borders of the Frame, Container.getInsets
    ` int bIWid=1272,bIHgt=876; //set for 1280x1024 screen on windows XP & matches paper ratio 10.6x7.3
    ` int unusedPixHgt=84;
    ` void main2() {
    ` fram=new Frame();
    ` fram.addWindowListener(new java.awt.event.WindowAdapter() { //anonymous inner class
    ` public void windowClosing(java.awt.event.WindowEvent e) { System.exit(0); }
    ` });
    ` fram.setVisible(true);
    ` insets=fram.getInsets(); //(Container)getInsets() works after displayable
    ` System.out.println("Insets l,t,r,b:"+insets.left+","+insets.top+","+insets.right+","+insets.bottom);
    ` fram.setSize(insets.left+bIWid+insets.right,insets.top+bIHgt+unusedPixHgt+insets.bottom);
    ` fgcontext=fram.getGraphics(); //creates Graphics context for this component
    ` }
    ` void byteBinary() {
    ` BufferedImage buIm=new BufferedImage(bIWid,bIHgt,BufferedImage.TYPE_BYTE_BINARY); //can be resized
    ` Graphics2D bIG2=buIm.createGraphics(); //returns Graphics2D context
    ` //change to if(true) to use either of the following two lines
    ` if(false) bIG2.setBackground(Color.white); //does not change the background color to white
    ` if(false) bIG2.setColor(Color.black); //does change the foreground color to black
    ` edgeLinesAndX(buIm,bIG2);
    ` fgcontext.drawImage(buIm,insets.left,insets.top,fram);
    ` }
    ` private void edgeLinesAndX(BufferedImage bI,Graphics2D bIG2) { //really on the edge
    `      BasicStroke strk=new BasicStroke(10f); bIG2.setStroke(strk);
    ` int x0,y0,xmx,ymx;
    ` x0=bI.getMinX(); y0=bI.getMinY(); xmx=bI.getWidth()-1; ymx=bI.getHeight()-1;
    ` bIG2.drawLine(x0+xmx,y0,x0,y0+ymx); //lo-left to up-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0+ymx); //up-left to lo-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0); //up-left to up-right
    ` bIG2.drawLine(x0,y0,x0,y0+ymx); //up-left to lo-left
    ` bIG2.drawLine(x0,y0+ymx,x0+xmx,y0+ymx); //lo-left to lo-right
    ` bIG2.drawLine(x0+xmx,y0,x0+xmx,y0+ymx); //up-right to lo-right
    ` bIG2.drawString("("+x0+","+y0+") wid="+(xmx+1)+" hgt="+(ymx+1),(xmx+1)/5,(ymx+1)/5);
    ` }
    `} //the result on my screen is a black background, why?????

    How do I get a white background with black lines and characters on
    my screen.Contrary to what you might think, the linebIG2.setBackground(Color.white);does not give the buffered image a white background. The API docs
    http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html#setBackground(java.awt.Color)
    say: "Setting the background color in the Graphics2D context only
    affects the subsequent clearRect calls... " So adding a line to your
    if blocks we getif (false) {
        bIG2.setBackground(Color.white);
        bIG2.clearRect(0, 0, buIm.getWidth(), buIm.getHeight());
    if (false) {
        bIG2.setColor(Color.black);                    
    }Changing the false to true results in a white background (and black
    X and text).

Maybe you are looking for

  • Why is it that, when I convert my file from PDF to Word, it corrupts my data?

    When I convert from PDF to Word it skips letters within words etc..  How do I convert a from PDF to Word, and keep it intact?

  • Help with hard wired express

    Be gentle, I am struggling here! I have an airport extreme in a location that does not allow my airport express to connect wirelessly in a consistent fashion. I recently hardwired the express by pulling cat5 to my remote location. I have the cat5 plu

  • Error thrown in BAPI for Customer Master

    Hi, When I execute the BAPI - BAPI_CUSTOMER_CREATEFROMDATA1 the following error will come. Error Invalid form of address text for customer Please give me a solution for this. and documentation also. Thanks, Suresh Maniarasu.

  • Hints and questions on how to do a good battery maintenance

    Some minutes ago, my (now) old battery reached the 0%-charge point. I had bet the MBP could not stay on anymore but instead, surprisingly, it supported the 0-charge "stress point". I was waiting for it to go to -1% charge but it didn't happen since I

  • After upgrade Flash Player not working.

    I have tried to upgrade to the newest flash player twice now and both times it has failed to work. I am running MacOS 10.5.8 and all browsers are current. I have tried to disable the hardware acceleration Setting but the Settings dialog doesn't appea