/* Copyright (C) 2011-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: dk3bifa.ctr */ /** @file dk3bifa.h Header file for the dk3bifa module. */ #ifndef DK3BIFA_H_INCLUDED /** Avoid multiple inclusions. */ #define DK3BIFA_H_INCLUDED 1 #line 8 "dk3bifa.ctr" #ifdef __cplusplus extern "C" { #endif /** Check bits per component really used and alpha and color usage. As a result of this function (bp->cf)->realbits, (bp->cf)->realcolor, and (bp->cf)->realalpha is set. @param bp Bitmap image file to check. @param at Analysis type, DK3_BIF_ANALYSIS_xxx, @param pcomm Communicator object. @param minpb Minimum progress bar value (0-1000). @param maxpb Maximum progress bar value (0-1000). see @ref bifanalysis. */ void dk3bif_analyze_progress( dk3_bif_t *bp, int at, void *pcomm, int minpb, int maxpb ); /** Check bits per component really used and alpha and color usage. As a result of this function (bp->cf)->realbits, (bp->cf)->realcolor, and (bp->cf)->realalpha is set. @param bp Bitmap image file to check. @param at Analysis type, DK3_BIF_ANALYSIS_xxx, see @ref bifanalysis. */ void dk3bif_analyze(dk3_bif_t *bp, int at); #ifdef __cplusplus } #endif #endif