Re: [tcltk-perl] Package Img
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-08-31 19:02:07
|
> The Img package is a Tcl extension. See http://tkimg.sourceforge.net/. > I dislike and disagree that this should be required for the Photo > method. You will find the need_tk('Img') call there, but that's not > really accurate, especially for what you have above, which is creating > a blank photo. Img is a Tcl extension that adds numerous graphicals > image formats (about a dozen more, including JPEG and PNG). If you can > live with the standard GIF and P*M support, you will never need Img. > IMO this requirement should be moved to a higher level. > As far as I remember that "need_tk('Img')" was added by me, and I just didn't knew better way of doing things. I beleive we should require 'Img' only when it is really needed, for example at a moment when JPEG processing is required. I will try adding code for this. Best regards, Vadim. |