Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Image dimension

    Hi everyone

    is ist possible to get the dimension of an uploaded image file (width x height) with ColdFusion?

    thx, sonix
    this.sonix Guest

  2. Similar Questions and Discussions

    1. psd to pdf invokes size dimension changes
      I have several photoshop documents (psd) that I am converting to photoshop pdf's . When I am placing the photoshop pdf's into InDesign (as inline...
    2. Is 700 x 500 a standard dimension?
      Greetings, I have seen several mentions of 700 x 500 as the common dimension for presentations. Are these indeed acceptable/widely-used...
    3. Cropping to a certain dimension WHILE rotating...
      I have a problem in PS7 (Mac) which has been frustrating me for some time. If I have an image that's crooked AND I want to crop to a certain size, I...
    4. How can I get the original dimension?
      Anybody knows I wanna get the original dimension(stage width, height in fla) in HTML, Javascript If I use the function getVariable(_root.width),...
    5. Compressed dimension values on MDC
      Hello, I've attended a few seminars on DB2 V8 Multi-Dimensional Clustering, and I'm trying to remember some details about a rumour I remember...
  3. #2

    Default Re: Image dimension

    There is not an easy way within CF itself. You could do it with Java.

    The best thing to do is use a CFX tag, such as CFX_IMAGE
    [url]http://www.kolumbus.fi/jukka.manner/[/url] that will return the dimensions, plus a
    whole lot more.

    Abinidi Guest

  4. #3

    Default Re: Image dimension

    [url]http://www.sitepoint.com/blog-post-view.php?id=168133[/url]
    cf_menace 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