Ignore:
Timestamp:
Apr 17, 2009, 1:00:18 PM (16 years ago)
Author:
gah
Message:

Fix for jpg download

File:
1 edited

Legend:

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

    r1391 r1405  
    531531            set bytes [$_image(plot) data -format "jpeg -quality 100"]
    532532            set bytes [Rappture::encoding::decode -as b64 $bytes]
    533             return [list .jpg $data]
     533            return [list .jpg $bytes]
    534534        }
    535535        default {
Note: See TracChangeset for help on using the changeset viewer.