TIFFREADRAWSTRIP(3tiff) LibTIFF TIFFREADRAWSTRIP(3tiff) NNAAMMEE TIFFReadRawStrip - return the undecoded contents of a strip of data from an open TIFF file SSYYNNOOPPSSIISS #include ttssiizzee__tt TTIIFFFFRReeaaddRRaawwSSttrriipp((TTIIFFFF **ttiiff,, ttssttrriipp__tt ssttrriipp,, ttddaattaa__tt bbuuff,, ttssiizzee__tt ssiizzee)) DDEESSCCRRIIPPTTIIOONN Read the contents of the specified strip into the (user supplied) data buffer. Note that the value of _s_t_r_i_p is a raw strip number. That is, the caller must take into account whether or not the data is organized in separate planes (PPllaannaarrCCoonnffiigguurraattiioonn = 2). To read a full strip of data the data buffer should typically be at least as large as the num- ber returned by _T_I_F_F_S_t_r_i_p_S_i_z_e_(_). RREETTUURRNN VVAALLUUEESS The actual number of bytes of data that were placed in _b_u_f is returned; _T_I_F_F_R_e_a_d_R_a_w_S_t_r_i_p_(_) returns -1 if an error was encountered. DDIIAAGGNNOOSSTTIICCSS All error messages are directed to the _T_I_F_F_E_r_r_o_r_E_x_t_R_(_) routine. SSEEEE AALLSSOO _T_I_F_F_O_p_e_n (3tiff), _T_I_F_F_R_e_a_d_E_n_c_o_d_e_d_S_t_r_i_p (3tiff), _T_I_F_F_R_e_a_d_S_c_a_n_l_i_n_e (3tiff), _T_I_F_F_s_t_r_i_p (3tiff), _l_i_b_t_i_f_f (3tiff) AAUUTTHHOORR LibTIFF contributors CCOOPPYYRRIIGGHHTT 1988-2022, LibTIFF contributors 4.6 Sep 08, 2023 TIFFREADRAWSTRIP(3tiff)