File: io.sourceforge.posterazor.metainfo.xml

package info (click to toggle)
posterazor 1.5.1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,544 kB
  • sloc: cpp: 9,752; xml: 56; sh: 21; makefile: 6
file content (60 lines) | stat: -rw-r--r-- 2,639 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>io.sourceforge.posterazor.desktop</id>

  <name>PosteRazor</name>
  <summary>Splits an image across multiple pages for assembly into a poster</summary>

  <metadata_license>MIT</metadata_license>
  <project_license>GPL-3.0-or-later</project_license>
  <developer_name>Alessandro Portale</developer_name>
  <url type="homepage">https://posterazor.sourceforge.io</url>

  <description>
    <p>
      The PosteRazor splits an image to form a multi-page PDF document. When printed, the sheets can be arranged to form a large poster of the original picture.
    </p>
    <p>
      It relies upon libfreeimage and libxpm supporting many file types such BMP, GIF, ICO, JPG, PNG, TIFF, XPM among others.
    </p>
    <p>
      Also, PosteRazor can handle the following image color types: Monochrome, Grayscale, 4 Bit palette, 8 Bit palette, 24 Bit RGB, 48 Bit RGB (only via TIFF and PNG), 32 Bit CMYK (only via TIFF). 32 Bit RGBA images can be loaded, but are transformed to 24 Bit RGB by "merging" them with a white background.
    </p>
    <p>
      It supports dimension units like m, mm, cm, inch, ft, pt(72th inch) and it prints the PDF output file in A4, A3, Legal, Letter or Tabloid layout.
    </p>
  </description>

  <launchable type="desktop-id">io.sourceforge.posterazor.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <caption>Step 01 - Load an image</caption>
      <image>https://posterazor.sourceforge.io/screenshot_english_step01.png</image>
    </screenshot>
    <screenshot>
      <caption>Step 02 - Set the paper's format</caption>
      <image>https://posterazor.sourceforge.io/screenshot_english_step02.png</image>
    </screenshot>
    <screenshot>
      <caption>Step 03 - Define the image tile overlapping</caption>
      <image>https://posterazor.sourceforge.io/screenshot_english_step03.png</image>
    </screenshot>
    <screenshot>
      <caption>Step 04 - Define final poster size</caption>
      <image>https://posterazor.sourceforge.io/screenshot_english_step04.png</image>
    </screenshot>
    <screenshot>
      <caption>Step 05 - Save the poster</caption>
      <image>https://posterazor.sourceforge.io/screenshot_english_step05.png</image>
    </screenshot>
    <screenshot>
      <caption>Help and Settings</caption>
      <image>https://posterazor.sourceforge.io/screenshot_english_help_settings.png</image>
    </screenshot>
  </screenshots>
  <categories>
    <category>Graphics</category>
    <category>2DGraphics</category>
    <category>RasterGraphics</category>
  </categories>
</component>