Opened 19 years ago
Closed 19 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 19 years ago by
| Owner: | changed from rcsoto to Jorge |
|---|
comment:2 Changed 19 years ago by
| Status: | new → assigned |
|---|
Img package should be used instead of -format GIF from BLT,
now working on a change ...
comment:3 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
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.

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