Revision: 57292
          http://sourceforge.net/p/brlcad/code/57292
Author:   mohitdaga
Date:     2013-08-29 23:01:24 +0000 (Thu, 29 Aug 2013)
Log Message:
-----------
Add the information regarding the new feature of icv_read (ability to buffer 
pixels.) in doxygen comments

Modified Paths:
--------------
    brlcad/trunk/include/icv.h

Modified: brlcad/trunk/include/icv.h
===================================================================
--- brlcad/trunk/include/icv.h  2013-08-29 22:55:56 UTC (rev 57291)
+++ brlcad/trunk/include/icv.h  2013-08-29 23:01:24 UTC (rev 57292)
@@ -206,11 +206,16 @@
  *
  * To read stream from stdin pass NULL pointer for filename.
  *
+ * In case of bw and pix image if size is unknown pass 0 for width and 
+ * height. This will read the image till EOF is reached. The image 
+ * size of the out put image will be :
+ * height = 1;
+ * width = size; where size = total bytes read
+ *
  * @param filename File to read
  * @param hint_format Probable format of the file, typically ICV_IMAGE_AUTO
- * @param hint_width Width when passed as parameter from calling program. 0 
for default
- * @param hint_height Height when passed as parameter from calling program. 0 
for default
- * @param hint_depth Default depth field, 0 for default.
+ * @param hint_width Width when passed as parameter from calling program.
+ * @param hint_height Height when passed as parameter from calling program.
  * @return A newly allocated struct holding the loaded image info.
  */
 ICV_EXPORT extern icv_image_t *icv_read(const char *filename, int format, int 
width, int height);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to