a friend of mine passed me a link to a beautiful 1944 “Chart of
electromagnetic radiations” at (1). He wants to print the big version
(2) in four pages and join them later. I have a laser color printer, his
is B/W, so the task is on me
Fine! I say. Linux has the “poster” CLI app, just the very thing:
poster (1) - Scale and tile a postscript image to print on
multiple pages
So first I convert the image to postscript, then I try a trial ‘poster’
run:
> cer@Telcontar:~/Photos/curios> convert radiationbigger.jpg radiationbigger.ps
> cer@Telcontar:~/Photos/curios>
> cer@Telcontar:~/Photos/curios> poster -s 0.8 -v radiationbigger.ps -o radiationbigger-poster.ps
> Using default media of A4
> Using default cutmargin of 5%
> Using default whitemargin of 0
> Opened 'radiationbigger-poster.ps' for writing
> Deciding for 2 columns and 2 rows of landscape pages.
> print page 1
> print page 2
> print page 3
> print page 4
> cer@Telcontar:~/Photos/curios>
> cer@Telcontar:~/Photos/curios> l radiationbigger*
> -rw-r--r-- 1 cer users 10829489 Sep 8 13:14 radiationbigger-poster.ps
> -rw-r--r-- 1 cer users 1825248 Aug 30 20:02 radiationbigger.jpg
> -rw-r--r-- 1 cer users 10827572 Sep 8 13:12 radiationbigger.ps
> cer@Telcontar:~/Photos/curios>
Wonderful. I’m already gloating. So I want to display the result with
“gv” - bang! It errors with:
Carlos E. R. wrote:
> Hi,
>
> a friend of mine passed me a link to a beautiful 1944 “Chart of
> electromagnetic radiations” at (1). He wants to print the big version
> (2) in four pages and join them later. I have a laser color printer, his
> is B/W, so the task is on me
>
> Fine! I say. Linux has the “poster” CLI app, just the very thing:
>
> poster (1) - Scale and tile a postscript image to print on
> multiple pages
>
> So first I convert the image to postscript, then I try a trial ‘poster’
> run:
>
>
>
>> cer@Telcontar:~/Photos/curios> convert radiationbigger.jpg radiationbigger.ps
>> cer@Telcontar:~/Photos/curios>
>> cer@Telcontar:~/Photos/curios> poster -s 0.8 -v radiationbigger.ps -o radiationbigger-poster.ps
>> Using default media of A4
>> Using default cutmargin of 5%
>> Using default whitemargin of 0
>> Opened 'radiationbigger-poster.ps' for writing
>> Deciding for 2 columns and 2 rows of landscape pages.
>> print page 1
>> print page 2
>> print page 3
>> print page 4
>> cer@Telcontar:~/Photos/curios>
>> cer@Telcontar:~/Photos/curios> l radiationbigger*
>> -rw-r--r-- 1 cer users 10829489 Sep 8 13:14 radiationbigger-poster.ps
>> -rw-r--r-- 1 cer users 1825248 Aug 30 20:02 radiationbigger.jpg
>> -rw-r--r-- 1 cer users 10827572 Sep 8 13:12 radiationbigger.ps
>> cer@Telcontar:~/Photos/curios>
>
Wonderful. I’m already gloating. So I want to display the result with
“gv” - bang! It errors with:
On Mon 09 Sep 2013 01:03:07 PM CDT, Carlos E. R. wrote:
Is there another method to generate a 4 page poster without using the
“poster” program? I tried “gimp” for a while, got nowhere.
Hi
PosteRazor?
Compile from source, use the binary download, or look at the one on OBS
(since it needs patching)?
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 12.3 (x86_64) GNOME 3.8.4 Kernel 3.7.10-1.16-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
On 2013-09-09, Carlos E. R. <robin_listas@no-mx.forums.opensuse.org> wrote:
> Ok, so then 2 questions:
>
> 1) Is this a known bug? (and is there a known solution)?
>
> 2) Is there another method to generate a 4 page poster without using the
> “poster” program? I tried “gimp” for a while, got nowhere.
Not sure I entirely understand the problem, but have you tried Scribus.
So I print it in four pieces of paper, and glue them together - instead
of renting a big printer.
In MsDOS I had a software that printed loooong banners in roll printer
paper - not sure of the name - paper that came in boxes with holes in
both sides to feed the printer. Ink ribbon printers, it took hours to
print, and then you had to replace the ribbon. For parties
+--o---o---·--o---o---·--o---o---·--o---o---·--o---o---·--o---o---+
| · · · · · |
| P · A · R · T · Y · ! |
| · · · · · |
+--o---o---·--o---o---·--o---o---·--o---o---·--o---o---·--o---o---+
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
Carlos E. R. wrote:
> On 2013-09-09 15:32, vazhavandan wrote:
>> Carlos E. R. wrote:
>
>> Did you try GUI tool
>
> No, I didn’t know of any.
>
>
>> Found a recommendation here on searching the web
>>
>> http://www.shibuvarkala.com/2009/11/how-to-print-large-posters-in-ubuntu.html
>>
>>
>> OBS :- http://software.opensuse.org/package/PosteRazor
>
> Wonderful! And it works, too
>
> Thanks!
>
>
> (I wonder what search terms you used for searching)
>
The keywords i used are :- poster linux print
and i use dogpile.com for searching on the web. It generally gives
more appropriate search results than google.
GNOME 3.6.2
openSUSE Release 12.3 (Dartmouth) 64-bit
Kernel Linux 3.7.10-1.16-desktop
On 2013-09-09 16:54, vazhavandan wrote:
> Carlos E. R. wrote:
>> (I wonder what search terms you used for searching)
>>
> The keywords i used are :- poster linux print
> and i use dogpile.com for searching on the web. It generally gives
> more appropriate search results than google.
Noted - thanks
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
On 2013-09-10 12:23, Carlos E. R. wrote:
> On 2013-09-10 04:56, deano ferrari wrote:
>>
>> The ‘pdfposter’ utility might also work for you if you prefer CLI
>>
>> ‘leolca’s blog: pdfposter’
>> (http://leolca.blogspot.co.nz/2010/06/pdfposter.html)
>
> Well, there is no ready built package on openSUSE. But I take note of
> this program, thanks.
That blog points to the link to the official website - but this one
times out.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)