1141cc406Sopenharmony_ci/* Create SANE/tiff headers TIFF interfacing routines for SANE 2141cc406Sopenharmony_ci Copyright (C) 2000 Peter Kirchgessner 3141cc406Sopenharmony_ci 4141cc406Sopenharmony_ci This program is free software; you can redistribute it and/or 5141cc406Sopenharmony_ci modify it under the terms of the GNU General Public License as 6141cc406Sopenharmony_ci published by the Free Software Foundation; either version 2 of the 7141cc406Sopenharmony_ci License, or (at your option) any later version. 8141cc406Sopenharmony_ci 9141cc406Sopenharmony_ci This program is distributed in the hope that it will be useful, but 10141cc406Sopenharmony_ci WITHOUT ANY WARRANTY; without even the implied warranty of 11141cc406Sopenharmony_ci MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12141cc406Sopenharmony_ci General Public License for more details. 13141cc406Sopenharmony_ci 14141cc406Sopenharmony_ci You should have received a copy of the GNU General Public License 15141cc406Sopenharmony_ci along with this program. If not, see <https://www.gnu.org/licenses/>. 16141cc406Sopenharmony_ci*/ 17141cc406Sopenharmony_ci 18141cc406Sopenharmony_civoid 19141cc406Sopenharmony_cisanei_write_tiff_header (SANE_Frame format, int width, int height, int depth, 20141cc406Sopenharmony_ci int resolution, const char *icc_profile, FILE *ofp); 21