File: control

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 (36 lines) | stat: -rw-r--r-- 1,621 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
Source: posterazor
Section: graphics
Priority: optional
Maintainer: Marcelo Soares Mota <motasmarcelo@gmail.com>
Build-Depends: debhelper-compat (= 13),
               cmake,
               libfltk1.3-dev,
               libfreeimage-dev,
               libxpm-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://posterazor.sourceforge.io/
Vcs-Browser: https://salsa.debian.org/debian/posterazor
Vcs-Git: https://salsa.debian.org/debian/posterazor.git

Package: posterazor
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: splits an image across multiple pages for assembly into a poster
 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. An easy to use (wizard like) user interface guides through 5 simple
 steps.
 .
 It relies upon libfreeimage and libxpm supporting many input file formats
 such as BMP, GIF, ICO, JPG, PNG, TIFF, XPM among others handled by FreeImage
 like DDS, Dr. Halo, IFF, JBIG, JPEG/JIF, KOALA, LBM, Kodak PhotoCD, PCX, PBM,
 PGM, PPM, PhotoShop PSD, Sun RAS, TARGA, WBMP, XBM, etc...
 .
 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.
 .
 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.