reduce image size without effecting its resolution

Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default reduce image size without effecting its resolution

    hi,
    i wanna reduce my image size having text on the top, like software screen dump.
    i've orginal image of size 1024/ 700 and i'm trying to reduce it to 350/300 but it is reducing its text resolution.
    please help me and suggest me.

    thanks


    punam webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. How Do I Reduce Output Resolution
      Hi Doug, The EPS files are as close to resolution free as it can get, but there is an attribute that is attached with the file to tell a RIP how...
    2. How to reduce small logo size and keep the image clear with good resolution?
      Can you tell me how to reduce an image logo to smaller size and still maintain high resolution clarity? I have a small logo in one layer. I want...
    3. Reduce Image size
      On my website I have lots of images. Can somebody tell me how large a file should be i.e images, to work correctly with different internet...
    4. CAN I CHANGE SIZE (PIXELS) OF A PROJECTOR TO REDUCE THE FILE SIZE?
      as far as I know you would have to transform bitmap scale all bitmap members to the new size, then readjust their positions to score, and adjust...
    5. How to reduce an image size and still maintain high resolution clarity?
      Can you tell me how to reduce an image size and still maintain high resolution clarity? I have a small logo in one layer of a multiple layers...
  3. #2

    Default Re: reduce image size without effecting its resolution

    > i wanna reduce my image size having text on the top, like software screen
    dump.
    > i've orginal image of size 1024/ 700 and i'm trying to reduce it to
    350/300 but it is reducing its text resolution.
    > please help me and suggest me.
    Are you saying that you took a screen shot and want to shrink it, but are
    having problems with the type in the screen shot shrinking as well?

    If so, well, that's just the way it works...you are shrinking the image and
    taking away pixels.

    -Darrel


    darrel Guest

  4. #3

    Default Re: reduce image size without effecting its resolution


    "punam" <webforumsuser@macromedia.com> wrote in message
    news:bhthcr$pt7$1@forums.macromedia.com...
    > hi,
    > i wanna reduce my image size having text on the top, like software screen
    dump.
    > i've orginal image of size 1024/ 700 and i'm trying to reduce it to
    350/300 but it is reducing its text resolution.
    > please help me and suggest me.
    >
    > thanks
    >
    >
    Some degradation is unavoidable. First, then scaling down, you remove
    pixels. Second, you're resizing in unproportional manner (1024/350=2.9,
    700/300=2.3) that is also a bad thing.

    There are some things you may try though:

    1) Use "bilinear" interpolation rather than "bicubic". Works better for
    downscaling in many cases.
    2) Use some sharpening, like Unsharp Mask, before and after resizing.
    3) The most tricky yet most efficient: decrease size in several smaller
    steps, running Unsharp Mask between them.

    If even 1) and 3) together do not work well, you just have to face it:
    you're removing pixels when resizing. That is, you're removing parts of
    image info. By definition, the scaled down copy contains less info than the
    original, and this difference may be critical. You can't have the image
    detail smaller than one pixel, that's it.


    Ilyich.
    --------------------------------------------------------------------------
    Ilya Razmanov (a.k.a. Ilyich the Toad)
    [url]http://photoshop.msk.ru/[/url] - Photoshop plug-in filters
    "How did I get into this mess? I really don't know how. We
    seem to be made to suffer. It's our lot in life." - C3PO, Star Wars
    --------------------------------------------------------------------------



    Ilya Razmanov Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139