3 Release Plans (subject to change)
6 brown-bag bugs may add intermediate releases. The dates are goals,
13 have alpha channel work treated as coverage for primitives (more
14 general combine parameter)
18 TIFF improvements (to be detailed) (#20329)
19 - read/write 16-bit RGB w/ and w/o alpha
20 - read 16-bit RGB w/ and w/o alpha
21 - read/write 32-bit CMYK w/ and w/o alpha
22 - read 32-bit CMYK w/ and w/o alpha
23 - write mono images as bi-level
24 - read bi-level image as mono/paletted
25 - read/write 16/32 grayscale w/ and w/o alpha
26 both contig and non-contiguous
27 - possible extra code for handling 8-bit CMYK (#29353)
29 regmach.c fixes/tests (#29296)
31 sample: scaling an animated gif (#27591) (done)
33 transform2() docs (#29267)
37 library search path on 64-bit centos (#29045)
39 i_gsamp() chan_count validation (#28985)
41 Imager::Font::Wrap doesn't correctly set savepos (#29771)
43 testdrive warnings (#29610)
45 Imager::Files still refers to rgb file type (#29354) (done)
47 t/t01introvert test failure line 495 (#29413)
49 Imager::Expr::Infix problem (#29562)
51 Makefile.PL --incpath and --libpath should expand ~/ paths (#29484)
53 PNG images sometimes get larger (#29268) (maybe 0.62)
55 CMYK alpha TIFF problems with old libtiff (#29353) (done)
57 matrix_transform() should use fabs() instead of abs() range checking
62 RGB file support (#8666) (done)
64 convert() doesn't preserve sample size (#28492) (done)
66 be explicit that scale*() doesn't modify the source (#28570) (done)
68 repeated text in Imager::Files (#27589) (done)
70 error message when loading an unsupported font format is confusing (#27571) (done)
72 enable transparency by default for gif (#27615) (done)
74 Imager doesn't load on Windows 98 (#27653) (done)
76 new color counting code (#28142) (done)
78 sample: scaling an animated gif (#27591)
80 test getcolorcount() (done)
82 do a compiler warning clean up run (done)
84 change the ico/cur reader to apply the mask as an alpha channel by
85 default (#29001) (done)
89 rgb.txt search (and testing) (#26064) (done)
91 guassian blur radius (#25645) (done)
93 text rendering FT1 (#11972) (done)
95 text rendering T1 (#11972) (done)
103 checking testing of new ft2 rendering (done)
105 possibly: use renderer on other fonts
107 check testing of new ppm input (done)
109 check testing of new ppm output (done)
111 check lbr's font output issue (done)
113 tests for monochrome makemap (done)
115 correct handling of old Data::Dumper (#24391) (done)
117 fix unsharpmask documentation (#25531) (done)
119 work around compiler bug on OS X (#25561) (done)
123 OO interface for i_plin/i_glin (done)
125 remove gif query from makefile.pl (done)
127 fallback for read/write_multi to read/write
129 pnmscale based alternative scale method (done)
131 rubthrough 4 on 4 (done)
133 replace dummy test script in dynfilt with a real one (done)
137 skip t82inline.t tests if directory has spaces in name
139 integrate pod coverage tests
145 note lack of IRC support
151 scale() fixes/docs, Imager::Transformations going over. (done)
153 do some more malloc checks (done)
155 scan $Config{libspath} for directories if we can. (done)
159 - more documentation (and corresponding code cleanup)
161 - external C API access
163 - hooks for file reading/writing
165 - hooks for font types
171 - filter pre-processor for handling both image access methods
173 - move existing loadable filters into separate sub-directories
177 - maybe Imager::Tk::Photo
180 0.46: (September 2005)
182 - check remaining memory allocation calls for integer overflows
183 http://rt.cpan.org/NoAuth/Bug.html?id=8213
184 - check *alloc() calls
185 - check llist_push() calls
187 - fix Imager::Color warning when $ENV{HOME} isn't set from
188 _get_gimp_color() (done)
189 http://rt.cpan.org/NoAuth/Bug.html?id=13143
191 - module version numbers (done)
192 http://rt.cpan.org/NoAuth/Bug.html?id=13047
194 - allow limits to be set on the size of an image read from a file. This is
195 to prevent an attacker supplying huge images that consume all of
196 memory causing a denial of service attack. (done)
198 - implement gsamp()/gsampf()/plin() etc methods for those low level image
199 interfaces which don't yet have methods. (done)
204 - add Imager::Tutorial (see Tk::UserGuide for a structure) (done)
205 don't cover installation - belongs in README or INSTALL
206 it doesn't need to cover everything - read/write/create/simple drawing
207 and simple text - other stuff belongs in the cookbook or in sample code
209 - rename lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod (done)
211 - add 5 more recipes to Imager::Cookbook
213 - implement i_incomplete for png and gif files.
215 - documentation audit, check:
216 - every method has at least one example, but if the method is complex
217 (like transform2, to_paletted, string() for example) it should include
219 - check each method description to ensure it's reasonably clear.
220 - check POD sections (SEE ALSO in particular)
221 - multiple examples for writing GIF images.
222 - name arguments and use those names in the documentation
223 http://nntp.perl.org/group/perl.perl5.porters/102434
224 (#1521, #5608, #8231, #11429, #13058(done))
226 - have $img->read() act like ($img) = Imager->read_multi() on GIFs (done)
228 - figure out what the nearest_color filter does, and document it
230 - remove image.h dependency on t1lib.h (done)
232 - make sure dynfilt/Makefile.PL gets the same includes that
237 - rework handling of antialiasing and other transparency against
243 - anything that uses combine (fills in particular)
244 - image scaling? and matrix_transform()'s interpolation
245 http://rt.cpan.org/NoAuth/Bug.html?id=11972
249 - fill out handling of large sample (16/double per sample) images
268 Some of what's listed below has been implemented.
270 - should i_incomplete be optional? ie. reading a short image results in
271 an error unless the user requests incomplete images.
274 - Add scalar/mmap to iolayer
275 - Add close() code to iolayer for fakeseek sources.
276 - Merge callback interface into iolayer
278 - Implment the maxread threshold (Indicates how much can
279 be read from a source before it stops reading from its
280 underlying source. For making sure only the relevant
281 data is read from a socket for example.
283 Enhanched internal structure:
285 MultiImage & metadata support:
286 - Figure what interface should be between C and perl?
287 - How to store data in the C interface for tags/metadata?
288 Support tiff's madness, i.e. tags and options.
289 - Error handling, make a general i_errstr object and arrange
290 such that each image has an i_errstr object to hold its
292 - SEE design/represent.txt for proposed new structure and
293 interface design that takes these factors into account.
294 - define common i_* tags for specifying attribute common among images
295 like spatial resolution (implement for other image types, especially
296 TIFF) (Spatial resolution is supported for all types that support
297 it - are there any other common properties we can add?)
298 - implement the i_incomplete tag for other formats
301 - Add mng support, pcx and aalib support.
302 - Windows icon files (.ico) (done)
303 - ILBM (Amiga) images
304 - photoshop files (I think I've seen docs)
307 - WMF (extract bitmap data on read)
308 - gzip or bzip2 compressed raw
309 - postscript for output
310 - PAM file support (man pam in recent PNM tools)
312 - Transforms, interpolated multidimensional lookup tables.
313 Usefull for CMYK <-> RGB table lookup.
315 - advanced font layout (spacing, kerning, alignment) (Artur?)
317 - ways to check if characters are present in a font, eg. checking if
318 ligatures are present (done for FreeType2)
320 - font synthesis - synthesize a bold or slanted font from a normal font
321 (or even from an existing bold or slanted font)
323 - utf8 support for text output
324 (available for FT1, freetype2, T1, Win32)
326 - easy interfaces for text output:
327 - align text around point, including:
328 - left, center, right horizontal alignment
329 - top, center, baseline, bottom alignment
330 - choose whether to base alignment upon character cells or font
331 metrics to avoid spacing problems between lines
332 - fill a box from text, with newline handling
333 - an option to just return the information that would be used to
334 output the text, so it can be used for sizing calculations
335 - how much text fit in the box/how much space is left in the box
336 - fill a box with rich text (size and font changes)
338 - wrapping around boxes/images
341 - tools to get more information about fonts/characters:
342 - name of font "Arial Bold Italic" vs "arialbi.ttf"
343 - ABC widths for characters (currently the only way to get the C width
344 for a character is to get the width with a following space and without
348 - encodings for text output (maybe using the Encode module to work
351 - image rotation, 3 ways of doing rotation:
352 - rotation by shearing, which produces makes lengths in the image larger,
354 (2 of the 3 have been done)
356 - read_multi() needs to handle other multi-image types,
357 (handles TIFF and GIF)
359 - write_multi() to save other multi-image types, (handles TIFF and GIF)
360 - pnm binary formats support multiple images per file
362 - compose channels - build a new image based on channels from several
367 - complex lines/curves:
369 - dotted/dashed lines
371 - end-point controls (butt-end, square-end, round-end, pointy, arrows)
372 - brush-lines (as with the Gimp, or Photoshop)
373 - more complex with multiple strokes and various randomness as with
374 Fractal Design Painter (or later versions of Corel Photo Paint)
375 - complex line shapes:
377 - general curves (cubic or bezier, whichever is more general)
378 - easy access to general curves:
379 - points to make a nice curve from
380 - various circular curves (centre, radii, start/end angles,
382 - Complex thick lines are probably more useful than brush-lines for
383 the things I expect Imager to be used for.
384 - http://www.develop-help.com/imager/strokes.png (.jpg for smaller version)
386 - have Imager::Color{::Float}? use Graphics::ColorNames if present.
389 - Make sure everything is doable with the OO interface
390 i_flood_fill() for example.
391 - include low-level functions like gsamp() and so on
393 - Compile with memory debugging enabled and fix all leaks
395 - Add mycalloc() memory allocation wrappers.
397 - should we overload <=> or cmp for Imager::Color objects?
398 too many worms, leave it out
400 - should the interlace option for reading raw images have
401 symbolic names in the OO interface?
403 - improve consistency in the interfaces, both in trying to use named
404 parameters where possible but also in using consistent names, eg.
405 (tx, ty) vs (left, top) in rubthrough() vs paste(). Do we want a (simple)
406 standard for this (suggested names)? Remember to preserve the old
407 interface where possible.
409 - try to clean up the inconsistencies between font types:
410 - utf8 (even if we just treat characters over 0xFF as missing for T1)
411 (done for FT2, FT1, T1)
412 - transformations (done for FT2)
413 - has_char() method (done for FT2, FT1, T1)
415 Format specific issues:
416 - provide patches for libgif and libungif that fix their bugs
417 and give a useful extension interface. Probe for the
418 installation of the patches in Makefile.PL to let gif.c
419 know what features it can use. (no need anymore)
421 - Add options for pnm writer to save in any of the p1..P6
422 formats. Even if the input has 1 channel, write 3 and such
423 cases. Also allow ascii mode. Need to be able to write
424 pbm images which needs ties to the quantization code.
426 - save paletted images as paletted where that's supported. Done
427 for gif/tga/bmp/tiff. Not done for png yet.
429 - read other format paletted images as paletted images. This has
430 been done for gif/tga/bmp/tiff formats but not for png.
432 - read/write 16-bit/sample images as such for tiff
434 - read more metadata from images, esp tiff tags, EXIF format information
437 - handle 16-bit/sample pgm/ppm files (done)
439 - "jpeg lossless rotation" - directly manipulates the JPEG
440 representation to rotate, scale or in some limited cases, crop an
444 - Add to the documentation
446 - sample code and Imager/Samples.pod describing them
447 - Imager/Cookbook.pod
448 - Write a guide to installing the helper libraries
449 - Go through the entire project and add comments in pod
450 so doco.perl can be used to read them.
451 - see the IRC log in design/doclayout.txt
456 - use prompt() (from ExtUtils::MakeMaker) for questions in Makefile.PL
457 - use the library's mechanism's to find the library if needed, for
458 example, freetype-config for FT2
459 - the freetype2 library is built as "freetype.lib" on Win32 and needs
460 to be renamed to be found by the configuration process and included
461 with -lfreetype. Try to work around that.
462 - freetype2 and freetype1 tend to be installed in /usr/include/freetype2
463 and /usr/include/freetype directories, or similarly named (somedir/freetype
464 for example), instead of putting these directly into the search path
465 search for the freetype{2}?/someheader and then add the subdirectory if
466 we find the file in that directory.
467 - switch to Test::More
468 - change headers to use more unique re-include protection macros
470 Old release checklists
471 ----------------------
473 0.44: (december 2004)
474 - set i_format for every file type on read and test for it:
479 - rgb - no read function anyway
484 - check each file reader for possible integer overflows
492 - check bmp code uses image data offset correctly - done
493 - check quant code for integer overflows - done
494 - check for old URLs (umich and imager.perl.org/~addi/...) - done
497 - resolve fills test failure under 5.8.6/darwin
498 http://www.nntp.perl.org/group/perl.cpan.testers/202802
499 add tests to check if the same problem occurs with other ?: operators
500 - stop tga_header_verify() from spewing junk to stdout (done)
501 - fix i_setcolors_p bug (done)
504 - audit rgb.c and add tests
505 - add META.yml (bypass EU::MM's limited mechanism) (done)
506 - implement i_incomplete for bmp files
507 - check if freetype 2 is faster/slower than freetype 1 with Imager's glyph
508 caching. If FT1 is faster, add caching as a TODO for FT2.
509 - add XS for i_tags_get_string() and test it. It has an apparent problem
510 in C<< sprintf(value, "%d", entry->data); >> since data is a pointer
512 - test and fix problem with fallback value for
513 Imager::Font::BBox->advance_width. (done)
514 - check handling of string() method align parameter. (done, fixed)
515 - i_tt_bbox_inst in font.c uses variable i without ever setting it. (fixed)
516 - add sample CGI that handles an uploaded image (done)
517 - examples for fountain filter in Imager::Filters (done)
518 - allow Imager::Fountain to take color descriptions (eg. blue, FF000)
519 instead of color objects for c0 and c1 (done)
520 - support newer GIMP gradient files with the Name line (done)
521 - provide access to right-side bearing information from the bounding box
522 function (done for all drivers)
523 - capture TIFF read warnings (i_warnings tag?) (done)
524 - Imager::Matrix2d rotate method only applies offset if both x and y
525 are non-zero, it should do it if either is non-zero (done)
526 - add Imager::Cookbook with at least 5 recipes (done)
527 - store floating point tags in an appropriate precision (done)
528 - allow image creation to fail on malloc() failure for the image data
529 rather than aborting. The current behaviour could be a denial of
530 service attack. This has limited utility because of the way memory
531 over commitment works on Linux (done but reverted)
532 - eliminate unused variable warning (especially the RETVAL ones in Imager.xs)
534 - handle probing for libraries better (use pkg-config or I<library>-config
535 where possible (freetype2 and libpng)) (done)
536 - add concept index to Imager.pm pod (done, still working it)
537 - replace testimg/penguin-base.ppm with a smaller image (done)
538 - add a sample CGI HTML and image generation scripts that work together,
539 with appropriate security management (done)