Blender V2.61 - r43446
Classes | Modules | Files | Typedefs

IMage Buffer

blender
Collaboration diagram for IMage Buffer:

Classes

struct  ImBuf

Modules

 Cineon
 OpenEXR

Files

file  IMB_imbuf.h
 

IMage Buffer module.


file  IMB_imbuf.h
 

IMage Buffer module.


file  IMB_imbuf_types.h
 

Contains defines and structs used throughout the imbuf module.


file  IMB_moviecache.h
file  IMB_thumbs.h
file  allocimbuf.c
file  anim_movie.c
file  bmp.c
file  cache.c
file  divers.c
file  filetype.c
file  filter.c
file  imageprocess.c
file  IMB_allocimbuf.h
 

Header file for allocimbuf.c.


file  IMB_anim.h
file  IMB_filetype.h
file  IMB_filter.h
 

Function declarations for filter.c.


file  IMB_metadata.h
file  imbuf.h
file  iris.c
file  jp2.c
file  jpeg.c
file  metadata.c
file  module.c
file  png.c
file  radiance_hdr.c
file  readimage.c
file  rectop.c
file  rotate.c
file  scaling.c
file  targa.c
file  thumbs.c
file  thumbs_blend.c
file  tiff.c
file  source/blender/imbuf/intern/util.c
file  writeimage.c

Typedefs

typedef struct ImBuf ImBuf

Typedef Documentation

typedef struct ImBuf ImBuf

This is the abstraction of an image. ImBuf is the basic type used for all imbuf operations.

REMINDER: if any changes take place, they need to be carried over to source/blender/blenpluginapi/iff.h too, OTHERWISE PLUGINS WON'T WORK CORRECTLY!

Also; add new variables to the end to save pain!

Also, that iff.h needs to be in the final release "plugins/include" dir, too!