log scripts/image/private/ind2x.m @ 27919:1891570abac8

age author description
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
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 10 May 2017 20:05:23 +0100 Carnë Draug Support uint32 and uint64 on image conversion functions (bug #47115)
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.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 17 Mar 2014 09:10:32 -0700 Rik Accept indexed images with color values below the first colormap entry (bug #41851).
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Sun, 04 Aug 2013 18:13:08 -0700 Rik maint: Remove unneeded input validation from internal fcns in private/ directories.
Fri, 31 May 2013 13:27:04 +0100 Carnë Draug ind2rgb: add support for multidimensional indexed images.
Thu, 04 Apr 2013 20:18:54 +0100 Adam H Aitkenhead ind2x.m and ind2rgb.m: Enable handling of ND images
Sun, 02 Dec 2012 10:02:57 -0800 Rik Clean up scripts in image directory.
Sun, 02 Dec 2012 13:12:53 +0100 Carnë Draug Remove default colormap for ind2rgb and ind2gray.
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)
Mon, 12 Nov 2012 04:53:42 +0000 Carnë Draug ind2sub ind2gray: merge common code in private function, expanding fix for images when integers, input check, and expansion of colormap to ind2gray.