Difference between revisions of "User:Level zero/patches"
From BRL-CAD
Level zero (talk | contribs) (→Patch Versions) |
Level zero (talk | contribs) (Patch Info) |
||
Line 1: | Line 1: | ||
=GSOC 13= | =GSOC 13= | ||
− | |||
* Addition of utilities in convert. (LARGE PATCH) | * Addition of utilities in convert. (LARGE PATCH) | ||
https://sourceforge.net/p/brlcad/patches/188/ | https://sourceforge.net/p/brlcad/patches/188/ | ||
Line 14: | Line 13: | ||
::: http://sourceforge.net/p/brlcad/patches/176/ | ::: http://sourceforge.net/p/brlcad/patches/176/ | ||
::: http://sourceforge.net/p/brlcad/patches/171/ | ::: http://sourceforge.net/p/brlcad/patches/171/ | ||
− | |||
− | |||
− | |||
==Pre Selection Period== | ==Pre Selection Period== |
Revision as of 11:49, 17 June 2013
GSOC 13
- Addition of utilities in convert. (LARGE PATCH)
https://sourceforge.net/p/brlcad/patches/188/ This Contains
- addition of load functionality which is part of fileformat.c
- pix-bw converted to icv_depth_3to1 which is part of file convert.c
- bw-pix converted to icv_depth_1to3 which is part of file convert.c
- A general image conversation function icv_convert which is also part of convert.c
Doxygen Comments are added for the functions where it is needed.
- Other versions of this patch are
Pre Selection Period
- Related to implementing convert functionality
http://sourceforge.net/p/brlcad/patches/178/
- Related to adding load functions for .png, .bw, .pix format