log scripts/image/rgb2ind.m @ 27980:bdad8ca48700

age author description
Tue, 21 Jan 2020 13:06:02 -0800 Rik maint: Remove "Created:" lines from code base.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 10 Nov 2018 21:42:43 -0800 Rik Expand intmax/intmin to accept an integer variable as input.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 16 Jan 2018 21:14:22 -0800 Rik rgb2gray: New function to convert RGB images to grayscale images.
Tue, 09 Jan 2018 21:11:04 -0800 Rik maint: merge stable to default.
Tue, 09 Jan 2018 21:10:38 -0800 Rik doc: Fixes for signal, image, audio, and OOP chapters (bug #52844). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 20 May 2016 16:16:10 -0700 Rik maint: Use two newlines after endfunction and start of BIST tests.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Sun, 19 Apr 2015 10:18:08 -0700 Rik doc: Periodic spellcheck of documentation.
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Fri, 20 Feb 2015 14:56:06 -0800 Rik doc: Spellcheck documentation before 4.0 release.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 04 Dec 2013 08:41:22 -0800 Rik doc: Periodic spellcheck of documentation stable
Sun, 24 Nov 2013 04:28:35 +0000 Carnë Draug rgb2ind: support for N-dimensional images (bug #40664)
Sat, 23 Nov 2013 23:43:51 +0000 Carnë Draug rgb2ind: backout 5d6243c2acbf removing all quantization (bug #40669)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 09 Sep 2013 08:47:06 -0700 Rik doc: Remove accidental double space before @var command.
Wed, 21 Aug 2013 17:04:44 -0700 Rik Use '!' not operator rather than '~' in core m-files.
Wed, 21 Aug 2013 16:42:13 -0700 Rik Use explicit form of end (endif, endfor, etc.) in core m-files.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Sat, 01 Jun 2013 00:53:30 -0400 Mike Miller rgb2ind.m: fix input validation tests
Wed, 08 May 2013 20:48:11 +0100 Adam H Aitkenhead rgb2ind.m: Fix handling ND images.
Wed, 08 May 2013 14:57:33 -0400 Jordi Gutiérrez Hermoso rgb2ind.m: Style fixes
Sat, 04 May 2013 10:53:43 +0100 Adam H Aitkenhead rgb2ind.m: Enable handling of ND images, and enable n,tol,map,dither as inputs.
Sun, 02 Dec 2012 10:17:46 -0800 Rik rgbplot.m. Match variable in docstring to function prototype.
Sun, 02 Dec 2012 10:02:57 -0800 Rik Clean up scripts in image directory.
Wed, 28 Nov 2012 06:01:09 +0100 Carnë Draug maint: merge default into image-overhaul head, specially changeset 806ea52. Resolving many conflicts and fixing bugs related to correctly indexing on image class (float vs integer have different offset)
Thu, 15 Nov 2012 18:17:47 +0000 Carnë Draug rgb2ind: great speedup increase creating indexed image (changeset 89c8d8f made a proper indexed image that used less memory but was much slower to create)
Sun, 11 Nov 2012 04:48:36 +0000 Carnë Draug rgb2ind: find unique RGB values for indexed image and scale colormap for correct range
Tue, 27 Nov 2012 16:38:13 -0800 Rik Overhaul m-files in image directory to provide better support for images stored as integers.
Tue, 24 Jan 2012 09:51:48 -0800 Rik doc: Update docstrings for functions in image/ directory
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 12:41:21 -0800 Rik Overhaul m-script files to use common variable name between code and documentation.
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 27 Nov 2008 10:28:24 +0100 Brian Gough corrections for typos
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Mon, 13 Nov 2006 22:22:54 +0000 jwe [project @ 2006-11-13 22:22:53 by jwe]
Mon, 14 Aug 2006 18:16:57 +0000 jwe [project @ 2006-08-14 18:16:57 by jwe]
Mon, 06 Mar 2006 21:26:54 +0000 jwe [project @ 2006-03-06 21:26:48 by jwe]
Tue, 26 Apr 2005 19:24:47 +0000 jwe [project @ 2005-04-26 19:24:27 by jwe]
Tue, 19 Oct 2004 23:10:55 +0000 jwe [project @ 2004-10-19 23:10:54 by jwe]