File: Image32.lpk

package info (click to toggle)
doublecmd 1.1.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 43,968 kB
  • sloc: pascal: 374,335; sh: 1,180; ansic: 724; makefile: 132; python: 52; xml: 16
file content (134 lines) | stat: -rw-r--r-- 4,317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="5">
    <Name Value="Image32"/>
    <Author Value="Angus Johnson"/>
    <AutoUpdate Value="Manually"/>
    <CompilerOptions>
      <Version Value="11"/>
      <SearchPaths>
        <IncludeFiles Value="source;source/Clipper2"/>
        <OtherUnitFiles Value="source;source/Clipper2"/>
        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
      </SearchPaths>
      <Conditionals Value="if (TargetCPU &lt;> &apos;arm&apos;) then
begin
  CustomOptions += &apos;-fPIC&apos;;
  UsageCustomOptions += &apos;-fPIC&apos;;
end"/>
    </CompilerOptions>
    <Description Value="Image32 is a comprehensive 2D graphics library written entirely in Delphi Pascal, and without dependencies on other libraries. It provides an extensive range of image manipulation and drawing functions that includes text rendering through native parsing of truetype font files."/>
    <License Value="Boost Software License - Version 1.0"/>
    <Version Major="4" Minor="8" Release="1"/>
    <Files>
      <Item>
        <Filename Value="source/Img32.Draw.pas"/>
        <UnitName Value="Img32.Draw"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.Extra.pas"/>
        <UnitName Value="Img32.Extra"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.Fmt.SVG.pas"/>
        <UnitName Value="Img32.Fmt.SVG"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.inc"/>
        <Type Value="Include"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.pas"/>
        <UnitName Value="Img32"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.Resamplers.pas"/>
        <UnitName Value="Img32.Resamplers"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.Core.pas"/>
        <UnitName Value="Img32.SVG.Core"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.HashConsts.inc"/>
        <Type Value="Include"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.HtmlColorConsts.inc"/>
        <Type Value="Include"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.HtmlHashConsts.inc"/>
        <Type Value="Include"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.HtmlValues.inc"/>
        <Type Value="Include"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.Path.pas"/>
        <UnitName Value="Img32.SVG.Path"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.SVG.Reader.pas"/>
        <UnitName Value="Img32.SVG.Reader"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.Text.pas"/>
        <UnitName Value="Img32.Text"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.Transform.pas"/>
        <UnitName Value="Img32.Transform"/>
      </Item>
      <Item>
        <Filename Value="source/Img32.Vector.pas"/>
        <UnitName Value="Img32.Vector"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.Core.pas"/>
        <UnitName Value="Clipper.Core"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.Engine.pas"/>
        <UnitName Value="Clipper.Engine"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.inc"/>
        <Type Value="Include"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.Minkowski.pas"/>
        <UnitName Value="Clipper.Minkowski"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.Offset.pas"/>
        <UnitName Value="Clipper.Offset"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.pas"/>
        <UnitName Value="Clipper"/>
      </Item>
      <Item>
        <Filename Value="source/Clipper2/Clipper.RectClip.pas"/>
        <UnitName Value="Clipper.RectClip"/>
      </Item>
    </Files>
    <RequiredPkgs>
      <Item>
        <PackageName Value="LCL"/>
      </Item>
      <Item>
        <PackageName Value="FCL"/>
      </Item>
    </RequiredPkgs>
    <UsageOptions>
      <IncludePath Value="source"/>
      <UnitPath Value="$(PkgOutDir);source;source/Clipper2"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
      <UseFileFilters Value="True"/>
    </PublishOptions>
  </Package>
</CONFIG>