3 Release Plans (subject to change)
6 brown-bag bugs may add intermediate releases. The dates are goals,
9 For 0.64: (speculative)
13 give 4/2 channel images a background color when saving to pnm (#30074)
15 give 4/2 channel images a background color when saving to BMP (#30075)
17 give 4/2 channel images a background color when saving to JPEG
24 have alpha channel work treated as coverage for primitives (more
25 general combine parameter)
27 general alpha channel fixes (#29879, etc)
31 TIFF improvements (to be detailed) (#20329) (done)
32 - read/write 16-bit RGB w/ and w/o alpha
33 - read 16-bit CMYK w/ and w/o alpha
34 - read/write 32-bit RGB w/ and w/o alpha
35 - read 32-bit CMYK w/ and w/o alpha
36 - write mono images as bi-level
37 - read bi-level image as mono/paletted
38 - read/write 16/32 grayscale w/ and w/o alpha
39 both contig and non-contiguous
40 - possible extra code for handling 8-bit CMYK (#29353)
42 Makefile.PL --incpath and --libpath should expand ~/ paths (#29484)
44 scaling alpha channel image issues (done)
46 PBM images inverted (#30859) (might be fixed in TIFF branch)
48 don't load B at compile-time in t82inline.t (#30508) (done)
50 the hardinvert filter inverts the alpha channels, this probably isn't
51 desirable (#30002) (done)
53 "dh-make-perl --build --cpan Imager" fails on require Makefile.PL
56 Wrong link in Imager Pod (#30889) (done)
58 more diagnostics in 5/t57infix.t (fixed the problem)
60 extract out the scale() scale factor calculations
64 regmach.c fixes/tests (#29296) (done)
66 sample: scaling an animated gif (#27591) (done)
68 transform2() docs (#29267) (done)
70 i_gsamp() chan_count validation (#28985) (done)
72 Imager::Font::Wrap doesn't correctly set savepos (#29771) (done)
74 testdrive warnings (#29610) (done)
76 Imager::Files still refers to rgb file type (#29354) (done)
78 t/t01introvert test failure line 495 (#29413) (done)
80 Imager::Expr::Infix problem (#29562) (done)
82 CMYK alpha TIFF problems with old libtiff (#29353) (done)
84 matrix_transform() should use fabs() instead of abs() range checking
87 warning compiling datatypes.c on x64 (#30204) (done)
89 dynfilt/t/t60dyntest.t relies on a file that may not exist (#30203)
92 Imager::Font::Wrap doesn't correctly set savepos (#29771) (done)
96 RGB file support (#8666) (done)
98 convert() doesn't preserve sample size (#28492) (done)
100 be explicit that scale*() doesn't modify the source (#28570) (done)
102 repeated text in Imager::Files (#27589) (done)
104 error message when loading an unsupported font format is confusing (#27571) (done)
106 enable transparency by default for gif (#27615) (done)
108 Imager doesn't load on Windows 98 (#27653) (done)
110 new color counting code (#28142) (done)
112 sample: scaling an animated gif (#27591)
114 test getcolorcount() (done)
116 do a compiler warning clean up run (done)
118 change the ico/cur reader to apply the mask as an alpha channel by
119 default (#29001) (done)
123 rgb.txt search (and testing) (#26064) (done)
125 guassian blur radius (#25645) (done)
127 text rendering FT1 (#11972) (done)
129 text rendering T1 (#11972) (done)
133 BMP security fix only
137 checking testing of new ft2 rendering (done)
139 possibly: use renderer on other fonts
141 check testing of new ppm input (done)
143 check testing of new ppm output (done)
145 check lbr's font output issue (done)
147 tests for monochrome makemap (done)
149 correct handling of old Data::Dumper (#24391) (done)
151 fix unsharpmask documentation (#25531) (done)
153 work around compiler bug on OS X (#25561) (done)
157 OO interface for i_plin/i_glin (done)
159 remove gif query from makefile.pl (done)
161 fallback for read/write_multi to read/write
163 pnmscale based alternative scale method (done)
165 rubthrough 4 on 4 (done)
167 replace dummy test script in dynfilt with a real one (done)
171 skip t82inline.t tests if directory has spaces in name
173 integrate pod coverage tests
179 note lack of IRC support
185 scale() fixes/docs, Imager::Transformations going over. (done)
187 do some more malloc checks (done)
189 scan $Config{libspath} for directories if we can. (done)
193 - more documentation (and corresponding code cleanup)
195 - external C API access
197 - hooks for file reading/writing
199 - hooks for font types
205 - filter pre-processor for handling both image access methods
207 - move existing loadable filters into separate sub-directories
211 - maybe Imager::Tk::Photo
214 0.46: (September 2005)
216 - check remaining memory allocation calls for integer overflows
217 http://rt.cpan.org/NoAuth/Bug.html?id=8213
218 - check *alloc() calls
219 - check llist_push() calls
221 - fix Imager::Color warning when $ENV{HOME} isn't set from
222 _get_gimp_color() (done)
223 http://rt.cpan.org/NoAuth/Bug.html?id=13143
225 - module version numbers (done)
226 http://rt.cpan.org/NoAuth/Bug.html?id=13047
228 - allow limits to be set on the size of an image read from a file. This is
229 to prevent an attacker supplying huge images that consume all of
230 memory causing a denial of service attack. (done)
232 - implement gsamp()/gsampf()/plin() etc methods for those low level image
233 interfaces which don't yet have methods. (done)
238 - add Imager::Tutorial (see Tk::UserGuide for a structure) (done)
239 don't cover installation - belongs in README or INSTALL
240 it doesn't need to cover everything - read/write/create/simple drawing
241 and simple text - other stuff belongs in the cookbook or in sample code
243 - rename lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod (done)
245 - add 5 more recipes to Imager::Cookbook
247 - implement i_incomplete for png and gif files.
249 - documentation audit, check:
250 - every method has at least one example, but if the method is complex
251 (like transform2, to_paletted, string() for example) it should include
253 - check each method description to ensure it's reasonably clear.
254 - check POD sections (SEE ALSO in particular)
255 - multiple examples for writing GIF images.
256 - name arguments and use those names in the documentation
257 http://nntp.perl.org/group/perl.perl5.porters/102434
258 (#1521, #5608, #8231, #11429, #13058(done))
260 - have $img->read() act like ($img) = Imager->read_multi() on GIFs (done)
262 - figure out what the nearest_color filter does, and document it
264 - remove image.h dependency on t1lib.h (done)
266 - make sure dynfilt/Makefile.PL gets the same includes that
271 - rework handling of antialiasing and other transparency against
277 - anything that uses combine (fills in particular)
278 - image scaling? and matrix_transform()'s interpolation
279 http://rt.cpan.org/NoAuth/Bug.html?id=11972
283 - fill out handling of large sample (16/double per sample) images
302 Some of what's listed below has been implemented.
304 - should i_incomplete be optional? ie. reading a short image results in
305 an error unless the user requests incomplete images.
308 - Add scalar/mmap to iolayer
309 - Add close() code to iolayer for fakeseek sources.
310 - Merge callback interface into iolayer
312 - Implment the maxread threshold (Indicates how much can
313 be read from a source before it stops reading from its
314 underlying source. For making sure only the relevant
315 data is read from a socket for example.
317 Enhanched internal structure:
319 MultiImage & metadata support:
320 - Figure what interface should be between C and perl?
321 - How to store data in the C interface for tags/metadata?
322 Support tiff's madness, i.e. tags and options.
323 - Error handling, make a general i_errstr object and arrange
324 such that each image has an i_errstr object to hold its
326 - SEE design/represent.txt for proposed new structure and
327 interface design that takes these factors into account.
328 - define common i_* tags for specifying attribute common among images
329 like spatial resolution (implement for other image types, especially
330 TIFF) (Spatial resolution is supported for all types that support
331 it - are there any other common properties we can add?)
332 - implement the i_incomplete tag for other formats
335 - Add mng support, pcx and aalib support.
336 - Windows icon files (.ico) (done)
337 - ILBM (Amiga) images
338 - photoshop files (I think I've seen docs)
341 - WMF (extract bitmap data on read)
342 - gzip or bzip2 compressed raw
343 - postscript for output
344 - PAM file support (man pam in recent PNM tools)
346 - Transforms, interpolated multidimensional lookup tables.
347 Usefull for CMYK <-> RGB table lookup.
349 - advanced font layout (spacing, kerning, alignment) (Artur?)
351 - ways to check if characters are present in a font, eg. checking if
352 ligatures are present (done for FreeType2)
354 - font synthesis - synthesize a bold or slanted font from a normal font
355 (or even from an existing bold or slanted font)
357 - utf8 support for text output
358 (available for FT1, freetype2, T1, Win32)
360 - easy interfaces for text output:
361 - align text around point, including:
362 - left, center, right horizontal alignment
363 - top, center, baseline, bottom alignment
364 - choose whether to base alignment upon character cells or font
365 metrics to avoid spacing problems between lines
366 - fill a box from text, with newline handling
367 - an option to just return the information that would be used to
368 output the text, so it can be used for sizing calculations
369 - how much text fit in the box/how much space is left in the box
370 - fill a box with rich text (size and font changes)
372 - wrapping around boxes/images
375 - tools to get more information about fonts/characters:
376 - name of font "Arial Bold Italic" vs "arialbi.ttf"
377 - ABC widths for characters (currently the only way to get the C width
378 for a character is to get the width with a following space and without
382 - encodings for text output (maybe using the Encode module to work
385 - image rotation, 3 ways of doing rotation:
386 - rotation by shearing, which produces makes lengths in the image larger,
388 (2 of the 3 have been done)
390 - read_multi() needs to handle other multi-image types,
391 (handles TIFF and GIF)
393 - write_multi() to save other multi-image types, (handles TIFF and GIF)
394 - pnm binary formats support multiple images per file
396 - compose channels - build a new image based on channels from several
401 - complex lines/curves:
403 - dotted/dashed lines
405 - end-point controls (butt-end, square-end, round-end, pointy, arrows)
406 - brush-lines (as with the Gimp, or Photoshop)
407 - more complex with multiple strokes and various randomness as with
408 Fractal Design Painter (or later versions of Corel Photo Paint)
409 - complex line shapes:
411 - general curves (cubic or bezier, whichever is more general)
412 - easy access to general curves:
413 - points to make a nice curve from
414 - various circular curves (centre, radii, start/end angles,
416 - Complex thick lines are probably more useful than brush-lines for
417 the things I expect Imager to be used for.
418 - http://www.develop-help.com/imager/strokes.png (.jpg for smaller version)
420 - have Imager::Color{::Float}? use Graphics::ColorNames if present.
423 - Make sure everything is doable with the OO interface
424 i_flood_fill() for example.
425 - include low-level functions like gsamp() and so on
427 - Compile with memory debugging enabled and fix all leaks
429 - Add mycalloc() memory allocation wrappers.
431 - should we overload <=> or cmp for Imager::Color objects?
432 too many worms, leave it out
434 - should the interlace option for reading raw images have
435 symbolic names in the OO interface?
437 - improve consistency in the interfaces, both in trying to use named
438 parameters where possible but also in using consistent names, eg.
439 (tx, ty) vs (left, top) in rubthrough() vs paste(). Do we want a (simple)
440 standard for this (suggested names)? Remember to preserve the old
441 interface where possible.
443 - try to clean up the inconsistencies between font types:
444 - utf8 (even if we just treat characters over 0xFF as missing for T1)
445 (done for FT2, FT1, T1)
446 - transformations (done for FT2)
447 - has_char() method (done for FT2, FT1, T1)
449 Format specific issues:
450 - provide patches for libgif and libungif that fix their bugs
451 and give a useful extension interface. Probe for the
452 installation of the patches in Makefile.PL to let gif.c
453 know what features it can use. (no need anymore)
455 - Add options for pnm writer to save in any of the p1..P6
456 formats. Even if the input has 1 channel, write 3 and such
457 cases. Also allow ascii mode. Need to be able to write
458 pbm images which needs ties to the quantization code.
460 - save paletted images as paletted where that's supported. Done
461 for gif/tga/bmp/tiff. Not done for png yet.
463 - read other format paletted images as paletted images. This has
464 been done for gif/tga/bmp/tiff formats but not for png.
466 - read/write 16-bit/sample images as such for tiff
468 - read more metadata from images, esp tiff tags, EXIF format information
471 - handle 16-bit/sample pgm/ppm files (done)
473 - "jpeg lossless rotation" - directly manipulates the JPEG
474 representation to rotate, scale or in some limited cases, crop an
478 - Add to the documentation
480 - sample code and Imager/Samples.pod describing them
481 - Imager/Cookbook.pod
482 - Write a guide to installing the helper libraries
483 - Go through the entire project and add comments in pod
484 so doco.perl can be used to read them.
485 - see the IRC log in design/doclayout.txt
490 - use prompt() (from ExtUtils::MakeMaker) for questions in Makefile.PL
491 - use the library's mechanism's to find the library if needed, for
492 example, freetype-config for FT2
493 - the freetype2 library is built as "freetype.lib" on Win32 and needs
494 to be renamed to be found by the configuration process and included
495 with -lfreetype. Try to work around that.
496 - freetype2 and freetype1 tend to be installed in /usr/include/freetype2
497 and /usr/include/freetype directories, or similarly named (somedir/freetype
498 for example), instead of putting these directly into the search path
499 search for the freetype{2}?/someheader and then add the subdirectory if
500 we find the file in that directory.
501 - switch to Test::More
502 - change headers to use more unique re-include protection macros
504 Old release checklists
505 ----------------------
507 0.44: (december 2004)
508 - set i_format for every file type on read and test for it:
513 - rgb - no read function anyway
518 - check each file reader for possible integer overflows
526 - check bmp code uses image data offset correctly - done
527 - check quant code for integer overflows - done
528 - check for old URLs (umich and imager.perl.org/~addi/...) - done
531 - resolve fills test failure under 5.8.6/darwin
532 http://www.nntp.perl.org/group/perl.cpan.testers/202802
533 add tests to check if the same problem occurs with other ?: operators
534 - stop tga_header_verify() from spewing junk to stdout (done)
535 - fix i_setcolors_p bug (done)
538 - audit rgb.c and add tests
539 - add META.yml (bypass EU::MM's limited mechanism) (done)
540 - implement i_incomplete for bmp files
541 - check if freetype 2 is faster/slower than freetype 1 with Imager's glyph
542 caching. If FT1 is faster, add caching as a TODO for FT2.
543 - add XS for i_tags_get_string() and test it. It has an apparent problem
544 in C<< sprintf(value, "%d", entry->data); >> since data is a pointer
546 - test and fix problem with fallback value for
547 Imager::Font::BBox->advance_width. (done)
548 - check handling of string() method align parameter. (done, fixed)
549 - i_tt_bbox_inst in font.c uses variable i without ever setting it. (fixed)
550 - add sample CGI that handles an uploaded image (done)
551 - examples for fountain filter in Imager::Filters (done)
552 - allow Imager::Fountain to take color descriptions (eg. blue, FF000)
553 instead of color objects for c0 and c1 (done)
554 - support newer GIMP gradient files with the Name line (done)
555 - provide access to right-side bearing information from the bounding box
556 function (done for all drivers)
557 - capture TIFF read warnings (i_warnings tag?) (done)
558 - Imager::Matrix2d rotate method only applies offset if both x and y
559 are non-zero, it should do it if either is non-zero (done)
560 - add Imager::Cookbook with at least 5 recipes (done)
561 - store floating point tags in an appropriate precision (done)
562 - allow image creation to fail on malloc() failure for the image data
563 rather than aborting. The current behaviour could be a denial of
564 service attack. This has limited utility because of the way memory
565 over commitment works on Linux (done but reverted)
566 - eliminate unused variable warning (especially the RETVAL ones in Imager.xs)
568 - handle probing for libraries better (use pkg-config or I<library>-config
569 where possible (freetype2 and libpng)) (done)
570 - add concept index to Imager.pm pod (done, still working it)
571 - replace testimg/penguin-base.ppm with a smaller image (done)
572 - add a sample CGI HTML and image generation scripts that work together,
573 with appropriate security management (done)