Difference between revisions of "User:Level zero/patches"

From BRL-CAD
(GSOC 13: Patch Information)
(Update with a patch information)
Line 1: Line 1:
 
=GSOC 13=
 
=GSOC 13=
 
==Post Selection Period==
 
==Post Selection Period==
* Code reduction in BWHISTEQ
+
* 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.
 +
 
 +
* Code reduction in BWHISTEQ (SMALL PATCH)
 
http://sourceforge.net/p/brlcad/patches/187/
 
http://sourceforge.net/p/brlcad/patches/187/
  

Revision as of 16:54, 14 June 2013

GSOC 13

Post Selection Period

  • Addition of utilities in convert. (LARGE PATCH)

https://sourceforge.net/p/brlcad/patches/188/ This Contains

  1. addition of load functionality which is part of fileformat.c
  2. pix-bw converted to icv_depth_3to1 which is part of file convert.c
  3. bw-pix converted to icv_depth_1to3 which is part of file convert.c
  4. 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.

  • Code reduction in BWHISTEQ (SMALL PATCH)

http://sourceforge.net/p/brlcad/patches/187/

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

http://sourceforge.net/p/brlcad/patches/176/