gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 85700da: Corrected return type of gal_jpeg_wri


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 85700da: Corrected return type of gal_jpeg_write in book
Date: Sat, 17 Mar 2018 22:02:17 -0400 (EDT)

branch: master
commit 85700dac135aa1e7ba3dc711c64cd6bd46946eb4
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Corrected return type of gal_jpeg_write in book
    
    In the previous commit, the type of `gal_jpeg_write' in the book was
    mistakenly written as `gal_data_t *'. This has been corrected.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 2927437..b9210f4 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -22152,7 +22152,7 @@ output will be a list (see @ref{List of gal_data_t}).
 @end deftypefun
 
 @cindex JPEG compression quality
address@hidden {gal_data_t *} gal_jpeg_write (gal_data_t @code{*in}, char 
@code{*filename}, uint8_t @code{quality}, float @code{widthincm})
address@hidden {void} gal_jpeg_write (gal_data_t @code{*in}, char 
@code{*filename}, uint8_t @code{quality}, float @code{widthincm})
 Write the given dataset (@code{in}) into @file{filename} (a JPEG file). If
 @code{in} is a list, then each node in the list will be a color channel,
 therefore there can only be 1, 3 or 4 nodes in the list. If the number of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]