PosteRazor 1.9.5
Make your own poster
Want to print a poster? PosteRazor cuts an image file into pieces and you can print then on your printer and glue them together to a poster. Easy FLTK based user interface. Uses FreeImage for image loading. Creates PDFs as output.
PosteRazor 1.9.5 full details
| File Size: | 2.50 MB |
|---|---|
| License: | Open Source |
| Price: | FREE |
| Released: | 2010-04-15 |
| Downloads: | Total: 761 | This Month: 17 |
| Publisher: | Sourceforge |
| Publisher URL: | http://sourceforge.net/ |
Download PosteRazor 1.9.5
Save PosteRazor to My Stuff
PosteRazor - Windows 7 Download awards
PosteRazor 1.9.5 full description
The PosteRazor cuts a raster image into pieces which can afterwards be printed out and assembled to a poster.
As input, the PosteRazor takes a raster image. The resulting poster is saved as a multipage PDF document. An easy to use, wizard like user interface guides through 5 steps. PosteRazor is available as a Windows, an OSX and a Linux version. It is an open source, GNU licensed project which is hosted on SourceForge.net.
· Input image formats. All image formats that FreeImage can read should be usable as input for the PosteRazor: BMP, DDS, Dr. Halo, GIF, ICO, IFF, JBIG, JNG, JPEG/JIF, KOALA, LBM, Kodak PhotoCD, MNG, PCX, PBM, PGM, PNG, PPM, PhotoShop PSD, Sun RAS, TARGA, TIFF, WBMP, XBM, XPM
· Image types. 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.
Dimension Units. Because people around the world invented so many different dimension units, PosteRazor supports quite a few:
· m, mm, cm, inch, ft, pt(72th inch)
Printer page layout. The page size and orientation of the printer where the poster will be printed can be set manually or selected one from the following list of predefined formats:
· DIN A4, DIN A3, Legal, Letter, Tabloid
· The size limit for one page is 5 meters (16.4 feet), which is the maximum that PDF allows.
Poster size. The size of the final poster can be set one of these three ways:
· Absolute image size: You want to have a specific size of your poster.
· Size in Pages: You want to use whole paper sheets and specify how many of them of them you want to use.
· Image Size in percent: Your input image has a certain size which is defined by the number of pixels and dpi (dots per Inch) and your want to scale the image by a certain factor.
· The final size of the poster is theoretically unlimited. Let's say it this way: it is less limited that the ink of your printer ;)
· It is possible to select the alignment of the image on the total paper. This is useful if you want to keep the unused paper.
· Image tile overlapping. For a bigger tolerance when cutting spare paper borders and for easier pasting, an overlapping width and height of an image tile over the next can be set.
· PDF output. The PDF output is implemented with the maximum image quality and a good compression in mind. A source image is embedded once in the PDF document and referenced from every tile page. Image color types remain unchanged. As compression method, the PDF "FlateDecode filter" (zip) is used. If a Jpeg image is used as input it gets directly embedded into the document without recompression. The PDF version is 1.4, so any Acrobat Reader version 4 and higher should be able to read the resulting document.
As input, the PosteRazor takes a raster image. The resulting poster is saved as a multipage PDF document. An easy to use, wizard like user interface guides through 5 steps. PosteRazor is available as a Windows, an OSX and a Linux version. It is an open source, GNU licensed project which is hosted on SourceForge.net.
· Input image formats. All image formats that FreeImage can read should be usable as input for the PosteRazor: BMP, DDS, Dr. Halo, GIF, ICO, IFF, JBIG, JNG, JPEG/JIF, KOALA, LBM, Kodak PhotoCD, MNG, PCX, PBM, PGM, PNG, PPM, PhotoShop PSD, Sun RAS, TARGA, TIFF, WBMP, XBM, XPM
· Image types. 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.
Dimension Units. Because people around the world invented so many different dimension units, PosteRazor supports quite a few:
· m, mm, cm, inch, ft, pt(72th inch)
Printer page layout. The page size and orientation of the printer where the poster will be printed can be set manually or selected one from the following list of predefined formats:
· DIN A4, DIN A3, Legal, Letter, Tabloid
· The size limit for one page is 5 meters (16.4 feet), which is the maximum that PDF allows.
Poster size. The size of the final poster can be set one of these three ways:
· Absolute image size: You want to have a specific size of your poster.
· Size in Pages: You want to use whole paper sheets and specify how many of them of them you want to use.
· Image Size in percent: Your input image has a certain size which is defined by the number of pixels and dpi (dots per Inch) and your want to scale the image by a certain factor.
· The final size of the poster is theoretically unlimited. Let's say it this way: it is less limited that the ink of your printer ;)
· It is possible to select the alignment of the image on the total paper. This is useful if you want to keep the unused paper.
· Image tile overlapping. For a bigger tolerance when cutting spare paper borders and for easier pasting, an overlapping width and height of an image tile over the next can be set.
· PDF output. The PDF output is implemented with the maximum image quality and a good compression in mind. A source image is embedded once in the PDF document and referenced from every tile page. Image color types remain unchanged. As compression method, the PDF "FlateDecode filter" (zip) is used. If a Jpeg image is used as input it gets directly embedded into the document without recompression. The PDF version is 1.4, so any Acrobat Reader version 4 and higher should be able to read the resulting document.
PosteRazor 1.9.5 download tags
PosteRazor 1.9.5 Windows 7 release notes
New Release
· Added: Simplified Chinese translation by Sun Li
· Added: Finnish translation by Olli
· Added: Real ARGB support for PDF export
· Fixed: Grayscale/CMYK JPEG correctly exported to PDF
· Changed: Using Trolltech Qt 4.4.2 (Instead of FLTK)
· Changed: The OpenGL preview option is not needed, anymore. Smooth preview also for Linux.
· Changed: Polish translation also on OSX and Linux
· Changed: Upgraded FreeImage to version 3.11
[ PosteRazor release history ]
· Added: Simplified Chinese translation by Sun Li
· Added: Finnish translation by Olli
· Added: Real ARGB support for PDF export
· Fixed: Grayscale/CMYK JPEG correctly exported to PDF
· Changed: Using Trolltech Qt 4.4.2 (Instead of FLTK)
· Changed: The OpenGL preview option is not needed, anymore. Smooth preview also for Linux.
· Changed: Polish translation also on OSX and Linux
· Changed: Upgraded FreeImage to version 3.11
[ PosteRazor release history ]
PosteRazor for Windows 7 - Copyright information
All PosteRazor reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of PosteRazor full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for PosteRazor license key is illegal and prevent future development of PosteRazor. Download links are directly from our mirrors or publisher's website, PosteRazor torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of PosteRazor full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for PosteRazor license key is illegal and prevent future development of PosteRazor. Download links are directly from our mirrors or publisher's website, PosteRazor torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post PosteRazor review
Windows 7 PosteRazor related downloads
Poster It! is an image print utility that allows ... image on multiple pages by simple steps: Run Poster It! Load image by clicking on the "Load ...
Digital Camera Poster Creator lets you create photo quality posters of any size and shape from your digital ...
... images (aka photomosaic), like a "Truman show" movie poster - a composite of hundreds of little pics ...
... expensive packages such as full zoom, OLE connectivity, poster printing, graphics import and export. Creates diagrams by ...
... and iPhone/iPad, screensavers, and self-running panoramas. The integrated poster printing function allows you to print a panorama ...
My Account
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Microsoft GIF Animator 1.0.0.101
- OpenGL demo 4.3 B043000
- EVGA Precision 2.1.1
- Focus Photoeditor 6.3.9.7
- NVIDIA PhysX 9.10.0513
- rattleCAD 3.2.76.03 U
- Nikontrol 3K 1.4
- Dia for Windows 0.97.1-1
- Desktop Author 7.0.1
- HP MediaSmart Photo Software 4.1.4327
- PhotoFilmStrip 1.9.90 Unstable
- GameSpy Comrade 3.2.17.236
- WinDjView Portable 1.0.3
- LEGO Digital Designer 4.2.5.0
- Cover Printer 1.2.1.0
- Neat Image 7.0
- TKexe Kalender 1.1.0.4
- Microsoft Image Composite Editor 1.4.4.0
- Camera Control Pro 2.0.0
- LightScribe System Software 1.18.24.1
Popular Tags
image
photoshop
vanderlee
macromedia
color
graphics
designer
adobe
resize
picture
screen
photos
filter
design
photo
digital
images
graphic
pictures
corel
jpg
tool
plugin
jpeg
effects
exif
zoom
video
scanner
bmp
Popular Windows 7 Software
- Google Picasa 3.9.135.80
- PhotoScape 3.6
- Face Transformer Gadget 2.1.1
- PhotoShine 4.2
- CorelDRAW X5 15.2.0.686
- AutoCAD 2008
- Microsoft GIF Animator 1.0.0.101
- GIMP for Windows 2.6.12
- Photo Gadget Viewer 2.0
- ProShow Gold 4.52.3053
- IrfanView 4.32
- Lucid Electronics Workbench 1.02.0004
- Easy Photo Viewer 3.0
- AutoCAD 2010
- Magic Photo Editor 6.1
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.






