Ignore:
Timestamp:
Mar 18, 2009, 3:11:32 PM (15 years ago)
Author:
gah
Message:

fixed comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/imageresult.tcl

    r1342 r1343  
    309309                return ""
    310310            }
    311             # Get image data (as base64) and decode back to binary.  This is
    312             # better than writing to temporary files.  When we switch the BLT
    313             # picture image it won't be necessary to decode the image data.
     311            # Get the image data (as base64) and decode it back to binary.
     312            # This is better than writing to temporary files.  When we switch
     313            # to the BLT picture image it won't be necessary to decode the
     314            # image data.
    314315            set bytes [$top data $tmpfile -format "jpeg -quality 100"]
    315316            set bytes [Rappture::encoding::decode -as b64 $bytes]
Note: See TracChangeset for help on using the changeset viewer.