-
muonics committed patchset 25 of module tkpng to the TkPNG CVS repository, changing 5 files.
2008-03-26 01:36:50 UTC by muonics
-
muonics committed patchset 24 of module tkpng to the TkPNG CVS repository, changing 2 files.
2008-03-26 01:33:30 UTC by muonics
-
The CVS version should not have the issue. I will get a new download releases posted soon.
2008-03-25 02:57:20 UTC by muonics
-
When running ./configure on linux I get:
... (skipped previous output lines)
checking system version (for dynamic loading)... ../../../../SOURCES/tkpng0.7/configure: line 9706: syntax error near unexpected token `('
../../../../SOURCES/tkpng0.7/configure: line 9706: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in'.
2008-03-15 17:34:39 UTC by eriklns
-
Submitter says CVS HEAD works, so this is a duplicate of 1602791.
2007-12-10 18:04:15 UTC by muonics
-
Sorry for the delay; apparently I hadn't set this project up to notify me of tracker submissions.
Are you using a 64-bit platform by any chance? And, if so, are you using the CVS version or the one of the download packages? There were some 64-bit issues but I believe them to be fixed in CVS, but I have yet to release new packages (See [ 1602791 ] Loading pngs fails when built for x86_64).
2007-12-09 14:00:57 UTC by muonics
-
Everytime when I try to load PNG image using tkpng, it reports "CRC check failed" and is stops at this point. I don't know where is the problem but image is ok. My tempotary solution is modify tkImgPNG.c::CheckCRC (line 578)
static
int CheckCRC(Tcl_Interp* interp, PNGImage* pPNG, uLong calculated)
{
...
if (0 /*calculated != chunked*/) //
2007-10-12 11:25:01 UTC by nobody
-
muonics committed patchset 23 of module tkpng to the TkPNG CVS repository, changing 3 files.
2006-12-15 08:45:43 UTC by muonics
-
muonics committed patchset 22 of module tkpng to the TkPNG CVS repository, changing 2 files.
2006-12-15 04:32:55 UTC by muonics
-
muonics committed patchset 21 of module tkpng to the TkPNG CVS repository, changing 2 files.
2006-12-13 09:17:19 UTC by muonics