]> git.imager.perl.org - imager.git/blob - TODO
describe the color model
[imager.git] / TODO
1                          *** TODO ***
2
3 Release Plans (subject to change)
4 -------------
5
6 brown-bag bugs may add intermediate releases.  The dates are goals,
7 not commitments.
8
9 For 0.64: (speculative)
10
11 PNG re-work (#29268)
12
13 give 4/2 channel images a background color when saving to pnm (#30074)
14
15 give 4/2 channel images a background color when saving to BMP (#30075)
16
17 give 4/2 channel images a background color when saving to JPEG
18 (#29876)
19
20 For 0.63: (tentative)
21
22 thick lines (#28854)
23
24 have alpha channel work treated as coverage for primitives (more
25 general combine parameter)
26
27 general alpha channel fixes (#29879, etc)
28
29 For 0.62:
30
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)
41
42 Makefile.PL --incpath and --libpath should expand ~/ paths (#29484)
43
44 scaling alpha channel image issues (done)
45
46 PBM images inverted (#30859) (might be fixed in TIFF branch)
47
48 don't load B at compile-time in t82inline.t (#30508) (done)
49
50 the hardinvert filter inverts the alpha channels, this probably isn't
51 desirable (#30002) (done)
52
53 "dh-make-perl --build --cpan Imager" fails on require Makefile.PL
54 (#30520) (fixed)
55
56 Wrong link in Imager Pod (#30889) (done)
57
58 more diagnostics in 5/t57infix.t (fixed the problem)
59
60 extract out the scale() scale factor calculations
61
62 For 0.61:
63
64 regmach.c fixes/tests (#29296) (done)
65
66 sample: scaling an animated gif (#27591) (done)
67
68 transform2() docs (#29267) (done)
69
70 i_gsamp() chan_count validation (#28985) (done)
71
72 Imager::Font::Wrap doesn't correctly set savepos (#29771) (done)
73
74 testdrive warnings (#29610) (done)
75
76 Imager::Files still refers to rgb file type (#29354) (done)
77
78 t/t01introvert test failure line 495 (#29413) (done)
79
80 Imager::Expr::Infix problem (#29562) (done)
81
82 CMYK alpha TIFF problems with old libtiff (#29353) (done)
83
84 matrix_transform() should use fabs() instead of abs() range checking
85 sz (#29936) (done)
86
87 warning compiling datatypes.c on x64 (#30204) (done)
88
89 dynfilt/t/t60dyntest.t relies on a file that may not exist (#30203)
90 (done)
91
92 Imager::Font::Wrap doesn't correctly set savepos (#29771) (done)
93
94 For 0.60 (hopefully):
95
96 RGB file support (#8666) (done)
97
98 convert() doesn't preserve sample size (#28492) (done)
99
100 be explicit that scale*() doesn't modify the source (#28570) (done)
101
102 repeated text in Imager::Files (#27589) (done)
103
104 error message when loading an unsupported font format is confusing (#27571) (done)
105
106 enable transparency by default for gif (#27615) (done)
107
108 Imager doesn't load on Windows 98 (#27653) (done)
109
110 new color counting code (#28142) (done)
111
112 sample: scaling an animated gif (#27591)
113
114 test getcolorcount() (done)
115
116 do a compiler warning clean up run (done)
117
118 change the ico/cur reader to apply the mask as an alpha channel by
119 default (#29001) (done)
120
121 For 0.58:
122
123 rgb.txt search (and testing) (#26064) (done)
124
125 guassian blur radius (#25645) (done)
126
127 text rendering FT1 (#11972) (done)
128
129 text rendering T1 (#11972) (done)
130
131 For 0.57
132
133 BMP security fix only
134
135 For 0.56:
136
137 checking testing of new ft2 rendering (done)
138
139 possibly: use renderer on other fonts
140
141 check testing of new ppm input (done)
142
143 check testing of new ppm output (done)
144
145 check lbr's font output issue (done)
146
147 tests for monochrome makemap (done)
148
149 correct handling of old Data::Dumper (#24391) (done)
150
151 fix unsharpmask documentation (#25531) (done)
152
153 work around compiler bug on OS X (#25561) (done)
154
155 BEFORE 0.54
156
157 OO interface for i_plin/i_glin (done)
158
159 remove gif query from makefile.pl (done)
160
161 fallback for read/write_multi to read/write
162
163 pnmscale based alternative scale method (done)
164
165 rubthrough 4 on 4 (done)
166
167 replace dummy test script in dynfilt with a real one (done)
168
169 BEFORE 0.50:
170
171 skip t82inline.t tests if directory has spaces in name
172
173 integrate pod coverage tests
174
175 rework iolayers
176
177 add .ico support
178
179 note lack of IRC support
180
181 document parseiptc()
182
183 BEFORE 0.48:
184
185 scale() fixes/docs, Imager::Transformations going over. (done)
186
187 do some more malloc checks (done)
188
189 scan $Config{libspath} for directories if we can. (done)
190
191 0.47:
192
193 - more documentation (and corresponding code cleanup)
194
195 - external C API access
196
197 - hooks for file reading/writing
198
199 - hooks for font types
200
201 - hooks for filters
202
203 - hooks for fills
204
205 - filter pre-processor for handling both image access methods
206
207 - move existing loadable filters into separate sub-directories
208
209 - write Imager::SDL
210
211 - maybe Imager::Tk::Photo
212
213
214 0.46: (September 2005)
215
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
220
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
224
225 - module version numbers (done)
226   http://rt.cpan.org/NoAuth/Bug.html?id=13047 
227
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)
231
232 - implement gsamp()/gsampf()/plin() etc methods for those low level image
233   interfaces which don't yet have methods. (done)
234    - code (done)
235    - test (done)
236    - document (done)
237
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
242
243 - rename lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod (done)
244
245 - add 5 more recipes to Imager::Cookbook
246
247 - implement i_incomplete for png and gif files.
248
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 
252     a range of examples
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))
259
260 - have $img->read() act like ($img) = Imager->read_multi() on GIFs (done)
261
262 - figure out what the nearest_color filter does, and document it
263
264 - remove image.h dependency on t1lib.h (done)
265
266 - make sure dynfilt/Makefile.PL gets the same includes that
267   Makefile.PL does.
268
269 0.47:
270
271 - rework handling of antialiasing and other transparency against
272   transparent images
273
274   Places to check:
275    - text AA rendering
276    - AA line drawing
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
280
281 0.48:
282
283 - fill out handling of large sample (16/double per sample) images
284   - filters
285   - rendering:
286     - lines
287     - text
288     - boxes
289     - polygons
290   - engines
291     - matrix transform
292     - transform()
293     - transform2()
294   - files:
295     - png
296     - tiff
297     - pnm
298
299 Speculation
300 -----------
301
302 Some of what's listed below has been implemented.
303
304 - should i_incomplete be optional?  ie. reading a short image results in
305   an error unless the user requests incomplete images.
306
307 Iolayer:
308 - Add scalar/mmap to iolayer
309 - Add close() code to iolayer for fakeseek sources.
310 - Merge callback interface into iolayer
311 - and raw
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. 
316
317 Enhanched internal structure:
318
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
325   local errors?
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  
333
334 New Features:
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)
339   - XBM
340   - FITS
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)
345
346 - Transforms, interpolated multidimensional lookup tables.
347   Usefull for CMYK <-> RGB table lookup.
348
349 - advanced font layout (spacing, kerning, alignment) (Artur?)
350
351 - ways to check if characters are present in a font, eg. checking if
352   ligatures are present (done for FreeType2)
353
354 - font synthesis - synthesize a bold or slanted font from a normal font
355   (or even from an existing bold or slanted font)
356
357 - utf8 support for text output
358   (available for FT1, freetype2, T1, Win32)
359
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)
371     - as above
372     - wrapping around boxes/images
373   - pod2Imager :)
374
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
379     and then compare)
380   - character names
381
382 - encodings for text output (maybe using the Encode module to work 
383   between encodings)
384
385 - image rotation, 3 ways of doing rotation:
386   - rotation by shearing, which produces makes lengths in the image larger,
387     but could be useful
388   (2 of the 3 have been done)
389
390 - read_multi() needs to handle other multi-image types,
391    (handles TIFF and GIF)
392
393 - write_multi() to save other multi-image types, (handles TIFF and GIF)
394   - pnm binary formats support multiple images per file
395
396 - compose channels - build a new image based on channels from several
397   images
398
399 - arc outlines
400
401 - complex lines/curves:
402   - thick lines:
403     - dotted/dashed lines
404     - doubled 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:
410     - lines
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, 
415         direction)
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)
419
420 - have Imager::Color{::Float}? use Graphics::ColorNames if present.
421
422 Clean up:
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
426
427 - Compile with memory debugging enabled and fix all leaks
428
429 - Add mycalloc() memory allocation wrappers.
430
431 - should we overload <=> or cmp for Imager::Color objects?
432   too many worms, leave it out
433
434 - should the interlace option for reading raw images have 
435   symbolic names in the OO interface?
436
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.
442
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)
448
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)
454
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.
459
460 - save paletted images as paletted where that's supported.  Done
461   for gif/tga/bmp/tiff.  Not done for png yet.
462
463 - read other format paletted images as paletted images.  This has 
464   been done for gif/tga/bmp/tiff formats but not for png.
465
466 - read/write 16-bit/sample images as such for tiff
467
468 - read more metadata from images, esp tiff tags, EXIF format information 
469   from TIFF and JPEG.
470
471 - handle 16-bit/sample pgm/ppm files (done)
472
473 - "jpeg lossless rotation" - directly manipulates the JPEG
474   representation to rotate, scale or in some limited cases, crop an
475   image.
476
477 Documentation:
478 - Add to the documentation
479 - Write a tutorial?
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
486 - method index?
487 - concept index?
488
489 Build/configure:
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
503
504 Old release checklists
505 ----------------------
506
507 0.44: (december 2004)
508 - set i_format for every file type on read and test for it:
509   - bmp - done
510   - jpeg - done
511   - tiff - done
512   - tga - done
513   - rgb - no read function anyway
514   - png - done
515   - gif - done
516   - pnm - done
517   - raw - done
518 - check each file reader for possible integer overflows
519   - bmp - done
520   - tiff
521   - tga
522   - rgb
523   - png
524   - gif
525   - pnm
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
529
530 0.45: (march 2005?)
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)
536 - audit pnm.c (done)
537 - audit tga.c (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
545   (done)
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)
567   (done)
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)
574