
PosteRazor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
PosteRazor - Make your own poster!
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.
1.9.5 is a preview version of the upcoming PosteRazor 2. It is the Qt port of the good old PosteRazor 1 (see http://posterazor.sourceforge.net/). After user tests and hopefully feedback, and with a few new features, PosteRazor 2 will be released.
opendeskuser
10 years ago
Is this app made using Qt? I am on KDE 4.6 RC1.
Please use KDE 4 icons (not KDE 3) and better file chooser and native theme.
Its all taste. Can't say not good work :)
Report
iceberk
11 years ago
PS: There is a typo in "You want to use whole paper sheets and specify how many of them of them you want to use"
PSS: I can't get drag & drop to work in linux version. I'm using openSUSE 11.1, qt 4.4.3, posterazor compiled with simple "qmake; make"
Report
aportale
11 years ago
Thanks also for notifying the typo. Drag and Drop was not yet implemented in PosteRazor 1.9.5. It is implemented in the current head.
Best Regards,
Alessandro
Report
iceberk
11 years ago
http://berks.narod.ru/ru_RU.ts
Report
aportale
11 years ago
http://github.com/aportale/posterazor/commit/5db462673c6bdfb4a53667978a9e109cf52bbf87
Report
lele85
12 years ago
/usr/include/QtGui/qaction.h:135: note: candidates are: void QAction::setShortcut(const QKeySequence&)
mainwindow.cpp:55: error: no matching function for call to 'QAction::setShortcut(QIncompatibleFlag)'
/usr/include/QtGui/qaction.h:135: note: candidates are: void QAction::setShortcut(const QKeySequence&)
make: *** [mainwindow.o] Error 1
==> ERROR: Build Failed.
Here the error.
Report
aportale
12 years ago
For the meantime:
The current snapshot builds qith Qt 4.5. Download: http://github.com/aportale/posterazor/zipball/master
Best Regards,
Alessandro Portale
Report
mxttie
12 years ago
maybe other users miss this too..? for the rest, it does the job quite well :)
Report
aportale
12 years ago
The option "Size in percent" in step 4 is actually supposed to provide that feature. PosteRazor considers DPI and amount of pixels of the image in order to determine the poster image size in centimeters.
If you set that value to 100%, you should get the original size of the document (unless there are bugs).
Did you try that?
Cheers,
Alessandro
Report
mxttie
12 years ago
sorry for bothering about the dpi, it does work!
Report
aportale
12 years ago
But depending on the amount requests, I will of course put this feature on my TODO list :)
Report