MagickCore  7.0.10
Convert, Edit, Or Compose Bitmap Images
resource_.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization
3  dedicated to making software imaging solutions freely available.
4 
5  You may not use this file except in compliance with the License. You may
6  obtain a copy of the License at
7 
8  https://imagemagick.org/script/license.php
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15 
16  MagickCore resource methods.
17 */
18 #ifndef MAGICKCORE_RESOURCE_H
19 #define MAGICKCORE_RESOURCE_H
20 
21 #if defined(__cplusplus) || defined(c_plusplus)
22 extern "C" {
23 #endif
24 
25 typedef enum
26 {
39 } ResourceType;
40 
41 #define MagickResourceInfinity (MagickULLConstant(~0) >> 1)
42 
43 extern MagickExport int
45 
48  GetPathTemplate(char *),
50  RelinquishUniqueFileResource(const char *),
52 
56 
57 extern MagickExport void
59 
60 #if defined(__cplusplus) || defined(c_plusplus)
61 }
62 #endif
63 
64 #endif
Definition: resource_.h:31
Definition: resource_.h:28
MagickExport MagickBooleanType ListMagickResourceInfo(FILE *file, ExceptionInfo *magick_unused(exception))
Definition: resource.c:877
Definition: exception.h:101
MagickExport MagickBooleanType SetMagickResourceLimit(const ResourceType type, const MagickSizeType limit)
Definition: resource.c:1352
MagickExport void RelinquishMagickResource(const ResourceType type, const MagickSizeType size)
Definition: resource.c:964
MagickExport MagickBooleanType AcquireMagickResource(const ResourceType type, const MagickSizeType size)
Definition: resource.c:188
Definition: resource_.h:36
MagickBooleanType
Definition: magick-type.h:169
MagickExport int AcquireUniqueFileResource(char *path)
Definition: resource.c:551
MagickExport MagickBooleanType RelinquishUniqueFileResource(const char *path)
Definition: resource.c:1098
size_t MagickSizeType
Definition: magick-type.h:134
Definition: resource_.h:32
Definition: resource_.h:38
MagickExport MagickSizeType GetMagickResourceLimit(const ResourceType type)
Definition: resource.c:793
Definition: resource_.h:29
ResourceType
Definition: resource_.h:25
MagickExport MagickSizeType GetMagickResource(const ResourceType type)
Definition: resource.c:674
Definition: resource_.h:34
Definition: resource_.h:27
Definition: resource_.h:30
Definition: resource_.h:37
#define MagickExport
Definition: method-attribute.h:80
MagickExport MagickBooleanType GetPathTemplate(char *path)
Definition: resource.c:468
Definition: resource_.h:33
Definition: resource_.h:35