summaryrefslogtreecommitdiffstats
path: root/doc/photo.n
Commit message (Collapse)AuthorAgeFilesLines
* Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-181-8/+8
|
* Several corrections to the manpage photo.nsimonbachmann2017-04-231-44/+38
|
* Added -withalpha option to [imageName get].simonbachmann2017-03-231-128/+204
| | | | | | | The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite
* Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-021-13/+88
|
* Excess spacing in documentationjan.nijtmans2016-03-111-1/+1
|
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
* | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
|\ \ | |/ | | | | -format option.
| * Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-3/+8
| | | | | | | | -format option.
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * Fix [Bug 1731348]dkf2007-06-051-3/+4
| | |
| | * More backporting of doc fixesdkf2004-10-281-7/+20
| | |
| | * D'oh! Important word missing...dkf2003-07-171-4/+4
| | |
| | * Better docs of [$photo put]. [Bug 728952]dkf2003-07-171-9/+16
| | |
| | * Added missing .TPdkf2003-07-141-1/+2
| | |
| * | [Bug 2927569] Backported documentation fix for image put -topatthoyts2010-01-081-3/+3
| | |
* | | Follow-up to [Bug 2983824]: update docnijtmans2010-04-091-3/+4
| | |
* | | Add subcommands to SYNOPSIS, small improvement to cross-linksdkf2010-01-131-3/+17
| | |
* | | Minor formatting fixdkf2010-01-081-3/+43
| | |
* | | [Bug 2927569] Corrected image put documentation for -to option.patthoyts2010-01-081-3/+3
| | | | | | | | | | | | | | | Multiple edits have peverted the original meaning of the phrase 'image file data' to reference a filename option that does not exist.
* | | Implementation of TIP #244, PNG image support.dkf2008-12-281-5/+45
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-4/+3
|/ / | | | | | | | | | | formatting, etc.)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-3/+3
| |
* | Fix [Bug 1731348]dkf2007-06-051-3/+4
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-9/+1
| |
* | More doc fixes. [Patch 1012837]dkf2004-08-201-3/+3
| |
* | Added exampledkf2004-06-211-5/+18
| |
* | Better docs of [$photo put]. [Bug 728952]dkf2003-07-171-8/+15
| |
* | Added missing .TPdkf2003-07-141-1/+2
|/
* * doc/photo.n: $image put only accepts -format and -to, and notehobbs2003-01-191-21/+7
| | | | extended use of -to.
* Doc-fix: [$photo put] knows about solid colours, and not files. [Bug 640026]dkf2002-12-171-7/+8
|
* Fixes to make HTML generation work better.dkf2002-06-221-2/+2
|
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-141-1/+13
|
* Typo fixdkf2002-03-141-2/+2
|
* nroff macro fixhobbs2002-03-021-2/+2
|
* Final part of TIP#14 support (photo image transparency access); the C APIdkf2002-02-011-2/+25
| | | | stuff has been in there for ages for some reason...
* * doc/photo.n: [Bug 132213] Added clarification on interpretationericm2001-02-131-3/+4
| | | | of ranges for "photoName data -from" subcommand.
* CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,jenglish2000-07-251-2/+1
| | | | | | FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font.
* * doc/bind.n:hobbs2000-05-231-8/+8
| | | | | | | * doc/canvas.n: * doc/entry.n: * doc/listbox.n: * doc/photo.n: doc fix-ups [Bug: 5396]
* * generic/tkImgPhoto.c: Added some comments regarding slowericm2000-01-261-2/+3
| | | | | | | | | | | processing of transparent images. * generic/tkImgGIF.c: Improved GIF decoder for ~60% speed increase. Added some comments on how to further improve the implementation, time permitting. * doc/photo.n: Added a description of what the -data string can contain (base64 or binary data).
* * doc/CrtImgType.3:hobbs1999-10-291-16/+79
| | | | | | * doc/CrtPhImgFmt.3: * doc/FindPhoto.3: * doc/photo.n: new docs for Img patch mods
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+344