Determining Image Size

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Determining Image Size

    I am setting up an application where companies can upload their company logo.
    Because I won't have any control over the size of the images (width and
    height) I would like to have a way of determining what the size is so if it is
    larger than 125 pixels wide or 80 pixels high I can reduce it to fit but if it
    is less than the max amounts it can remain as entered.

    Is there a CF solution to determine image dimensions?

    ranchris Guest

  2. Similar Questions and Discussions

    1. Determining component size
      We have app where component may be resized at runtime. I kind of understand how components and containers are resized using height, widht,...
    2. Determining Bitmap image resolution
      Is there a way to determine the resolution of an embedded bitmap image in Illustrator. I have a client who has submitted a .png file embedded in the...
    3. Slightly OT: Determining image ppi in a PDF
      Is there a way (from within Acrobat Pro 6.0.1) to determine the ppi of an image embedded in a PDF? (I know I can extract raster images from within...
    4. getting remote image size with Image::Size & LWP
       Thank you for your patience and help bringing me up to speed on how to be a better user of this list. My previous post was my first. I am...
    5. Determining size of gif or jpg file
      I am writing a program to allow pictures displayed, but I want to limit the size of the images. How would I determine the size of image files using...
  3. #2

    Default Re: Determining Image Size

    see if [url]http://www.cflib.org/udf.cfm?ID=1019[/url] works for you.

    PaulH 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