~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_image.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * blenlib/BKE_image.h (mar-2001 nzc)
3
3
 *      
4
 
 * $Id: BKE_image.h,v 1.5 2002/12/27 13:10:09 mein Exp $ 
 
4
 * $Id: BKE_image.h,v 1.7 2005/04/28 09:57:20 ton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
47
47
void free_image_buffers(struct Image *ima);
48
48
struct Image *add_image(char *name);
49
49
void free_unused_animimages(void);
 
50
 
50
51
void makepicstring(char *string, int frame);
51
52
struct anim *openanim(char * name, int flags);
52
 
int calcimanr(int cfra, struct Tex *tex);
53
 
void do_laseroptics_patch(struct ImBuf *ibuf);
54
 
void de_interlace_ng(struct ImBuf *ibuf);
55
 
void de_interlace_st(struct ImBuf *ibuf);
 
53
void ima_ibuf_is_nul(struct Tex *tex, struct Image *ima);
56
54
void load_image(struct Image * ima, int flags, char *relabase, int framenum);
57
 
void ima_ibuf_is_nul(struct Tex *tex);
58
 
int imagewrap(struct Tex *tex, float *texvec);
59
 
int imagewraposa(struct Tex *tex, float *texvec, float *dxt, float *dyt);
60
55
void converttopremul(struct ImBuf *ibuf);
61
 
void makemipmap(struct Image *ima);
62
56
 
63
57
#ifdef __cplusplus
64
58
}