~ubuntu-branches/ubuntu/saucy/vips/saucy

« back to all changes in this revision

Viewing changes to libvips/conversion/cast.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-05-29 14:25:06 UTC
  • mfrom: (1.1.18) (30.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120529142506-caq92wajlrmde3nt
Tags: 7.28.5-1
* New upstream release
* multiarch, hardening
* Support bigtiff

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 *      - gtk-doc
46
46
 * 27/10/11
47
47
 *      - redone as a class
 
48
 * 10/4/12
 
49
 *      - cast to uint now removes <0 values
48
50
 */
49
51
 
50
52
/*
288
290
                break; \
289
291
        \
290
292
        case VIPS_FORMAT_UINT: \
291
 
                INT( ITYPE, unsigned int, VIPS_CLIP_NONE ); \
 
293
                INT( ITYPE, unsigned int, VIPS_CLIP_UINT ); \
292
294
                break; \
293
295
        \
294
296
        case VIPS_FORMAT_INT: \