mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:29:19 +02:00
+ patch by Florian Immenroth: MagickSetResolution added
git-svn-id: trunk@37623 -
This commit is contained in:
parent
32f305d2a8
commit
8e3d23a23e
@ -62,7 +62,11 @@ extern WandExport MagickBooleanType
|
||||
MagickSetPage(MagickWand *,const unsigned long,const unsigned long,
|
||||
const long,const long),
|
||||
MagickSetPassphrase(MagickWand *,const char *),
|
||||
MagickSetResolution(MagickWand *,const double,const double),
|
||||
}
|
||||
|
||||
function MagickSetResolution(wand: PMagickWand; const x_resolution, y_resolution:double):MagickBooleanType; cdecl; external WandExport;
|
||||
|
||||
{
|
||||
MagickSetResourceLimit(const ResourceType type,const unsigned long limit),
|
||||
MagickSetSamplingFactors(MagickWand *,const unsigned long,const double *),
|
||||
MagickSetSize(MagickWand *,const unsigned long,const unsigned long),
|
||||
|
Loading…
Reference in New Issue
Block a user