TODO notes

and fix a typo
This commit is contained in:
John Cupitt 2011-10-19 12:06:02 +01:00
parent 07396c8b11
commit 5f0bf05f2c
3 changed files with 13 additions and 2 deletions

12
TODO
View File

@ -1,3 +1,15 @@
- change the way we wrap vips7 operations
make im_max() appear in vips8 as "im_max" (we wrap as "max" right now), this
will help compatibility when we redo as a class and create "max"
make vips.c try the vip8 APIs for an operation before falling back to vips7
... actually, leave it alone, it can never work well, no point encouraging
its use
- we have some serious exif problems

View File

@ -34,7 +34,6 @@
TODO:
- works for iamges, but not tested for much else
- masks would be hard, vips8 won't really have these
- keep for testing, mostly ... iofuncs/init.c has a commeted-out
call to init this thing

View File

@ -267,7 +267,7 @@ attach_exif_entry( ExifEntry *entry, IMAGE *im )
vips_buf_init_static( &value, value_text, 256 );
vips_buf_appendf( &name, "exif-%s", exif_tag_get_title( entry->tag ) );
vips_buf_appendf( &value, "%s (%s, %lu componets, %d bytes)",
vips_buf_appendf( &value, "%s (%s, %lu components, %d bytes)",
exif_entry_get_value( entry, exif_value, 256 ),
exif_format_get_name( entry->format ),
entry->components,