X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 10 Feb 2008 01:02 PM by  anon
Open an image without knowing the size and retrieve a pixel value by geographic coordinates?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
10 Feb 2008 01:02 PM
    How to open and read an image without knowing the size and retrieve a pixel value by geographic coordinates? Thanks

    Deleted User



    New Member


    Posts:
    New Member


    --
    10 Feb 2008 01:02 PM
    If your image is in a well-known file format, like TIFF, for example, then a programmer does not need to know any image size information. That information is stored in the "header" of the file, and IDL routines like and QUERY_TIFF and READ_TIFF will acquire this information automatically. If the file format were something like GeoTIFF, then the formula for the geographical mapping of each pixel in the image is also stored in the header of the file and keywords to routines like QUERY_TIFF and READ_TIFF can also be set up to automatically retrieve this. James Jones
    You are not authorized to post a reply.