Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2004
    Location
    Manchester, UK
    Posts
    2,132

    Thumbs up Graphics Issue - Help appreciated

    Hi,

    I am writing an encryption program in Visual Basic. I wanted my logo to make an appearance on the first form.
    However, I have used both the image control and the picture box but the image looks terrible when loaded.

    There are white bits around the image and it is very glitchy

    The image itself is a good resolution and looks fine when viewed as a file on my computer. So why does it look triible on my form both at run-time and design-time?

    Whats the problem?

    Cheers

    Jordan

  2. #2
    Join Date
    May 2004
    Location
    Pflugerville, TX
    Posts
    11,231
    My guess is that either it's a transparent .gif/.png, and you've matted it on white. This will make the edges of the primary image appear anti-aliased, as long as the image is displayed on a white background. If not, you have some cleanup to do in the graphic editor of your choice!

    - And/Or -

    You are altering the size of the image using HTML/CSS, instead of altering its size on locally and using it at 100% of its normal size, after alteration.

    Those are my best guesses. A link to the image in question might help...
    Studio1337___̴ı̴̴̡̡̡ ̡͌l̡̡̡ ̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡̡̡̡.__Web Design

  3. #3
    Join Date
    Mar 2004
    Location
    USA
    Posts
    4,345
    Low resolution..

    see the size of the image and preset the size to that in the form..

    Peace,
    Testing 1.. Testing 1..2.. Testing 1..2..3...

  4. #4
    Please try to use a .jpg image format.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •