close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

#449 closed defect (fixed)

Unreadeable .gif figures

Reported by: abroncano Owned by: Jorge
Priority: normal Milestone:
Component: Graphics Version: head
Severity: major Keywords:
Cc:

Description

Last night version produces unreadeable .gif figures when saving the graphics to a file.

Change History (3)

comment:1 Changed 18 years ago by Jorge

Owner: changed from rcsoto to Jorge

i'll take care of this bug report ...

comment:2 Changed 18 years ago by Jorge

Status: newassigned

Img package should be used instead of -format GIF from BLT,

now working on a change ...

comment:3 Changed 18 years ago by Jorge

Resolution: fixed
Status: assignedclosed

Solution:

package require Img

set img [image create photo]
$blt_gr snap $img
$img write -format gif $file_name

The fix is working at cvs trunk and 1.1.4 branch.

Note: See TracTickets for help on using tickets.