Blender Git Commit Log

Git Commits -> Revision 2462450

Revision 2462450 by Kent Mein (master)
December 4, 2003, 18:18 (GMT)


This looks like a lot but its a few small changes.

Summary: standardized imageformat functions(make function names similar, and
parameters in same order where relavant), small code cleanups, and
added a description of how to add an image format to blender.

Kent

Specifics:
merged png_decode.c and png_encode.c to png.c and cleaned function calls.

fixed some spacing in IMB_imbuf_types.h

casting cleanups:
intern/amiga.c
intern/ham.c
intern/iris.c

Modified switch statements to have a default type to insure values are set:
intern/antialias.c

Initalization of some vars and make types similar.
intern/bitplanes.c

cleaned function calls, and changed if else to if's with return:
intern/jpeg.c

added {}'s in multidemensional arrays.
intern/matrix.h

Made a little cleaner to read, and matched above changes.
intern/readimage.c
intern/writeimage.c

Commit Details:

Full Hash: 24624501a473c13f6a6d9c4676cbdd33b4a88e73
SVN Revision: 1676
Parent Commit: 43369f0
Lines Changed: +529, -583

2 Added Paths:

/source/blender/imbuf/intern/png.c (+427, -0) (View)
/source/blender/imbuf/readme.txt (+27, -0) (View)

2 Deleted Paths:

/source/blender/imbuf/intern/png_decode.c (+0, -267)
/source/blender/imbuf/intern/png_encode.c (+0, -240)

12 Modified Paths:

/source/blender/imbuf/IMB_imbuf_types.h (+12, -15) (Diff)
/source/blender/imbuf/intern/amiga.c (+1, -4) (Diff)
/source/blender/imbuf/intern/antialias.c (+4, -2) (Diff)
/source/blender/imbuf/intern/bitplanes.c (+3, -3) (Diff)
/source/blender/imbuf/intern/ham.c (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_jpeg.h (+1, -1) (Diff)
/source/blender/imbuf/intern/IMB_png.h (+4, -2) (Diff)
/source/blender/imbuf/intern/iris.c (+8, -8) (Diff)
/source/blender/imbuf/intern/jpeg.c (+5, -7) (Diff)
/source/blender/imbuf/intern/matrix.h (+28, -28) (Diff)
/source/blender/imbuf/intern/readimage.c (+1, -1) (Diff)
/source/blender/imbuf/intern/writeimage.c (+7, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021