PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > printing a scanned document
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

printing a scanned document

Réponse
 
LinkBack Outils de la discussion
Vieux 15/11/2007, 14h50   #1
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut printing a scanned document

Hi,

I was sent a scanned document, it was a .jpeg file.
So I downloaded the .jpeg and used display to view it.
Then I printed it, but it was about 1/2 the size of a sheet of paper and
hard to read.

So I used display to resize it 150% and sharpen the image.

That worked OK *viewing* it but it *prints* still the same small image.

How do I make it print a larger image that is sharpened?

Thanks!

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/11/2007, 17h20   #2
Manoj Srivastava
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

On Thu, 15 Nov 2007 08:40:57 -0600, Hugo Vanwoerkom <hvw59601@care2.com> said:

> Hi, I was sent a scanned document, it was a .jpeg file. So I
> downloaded the .jpeg and used display to view it. Then I printed it,
> but it was about 1/2 the size of a sheet of paper and hard to read.


> So I used display to resize it 150% and sharpen the image. That
> worked OK *viewing* it but it *prints* still the same small image.
> How do I make it print a larger image that is sharpened?


Well, how about using convert?
convert -resize geometry old.png tmp.png
convert -sharpen geometry tmp.png new.png

Look at the documentation online; convert has a lot of options
which could be useful.

manoj
--
It's useless to try to hold some people to anything they say while
they're madly in love, drunk, or running for office.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/11/2007, 19h20   #3
Hugo Vanwoerkom
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

Hugo Vanwoerkom wrote:
> Hi,
>
> I was sent a scanned document, it was a .jpeg file.
> So I downloaded the .jpeg and used display to view it.
> Then I printed it, but it was about 1/2 the size of a sheet of paper and
> hard to read.
>
> So I used display to resize it 150% and sharpen the image.
>
> That worked OK *viewing* it but it *prints* still the same small image.
>
> How do I make it print a larger image that is sharpened?
>


Thanks guys.
I did not want to install Gimp: too many notes...

convert did not do the job, who knows why.

But using oo writer and inserting the jpeg image somehow expanded it to
page size and it printed as such.

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/11/2007, 21h00   #4
H.S.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

Hugo Vanwoerkom wrote:
> Hi,
>
> I was sent a scanned document, it was a .jpeg file.
> So I downloaded the .jpeg and used display to view it.
> Then I printed it, but it was about 1/2 the size of a sheet of paper and
> hard to read.
>
> So I used display to resize it 150% and sharpen the image.
>
> That worked OK *viewing* it but it *prints* still the same small image.
>
> How do I make it print a larger image that is sharpened?
>
> Thanks!
>
> Hugo
>
>


I would try:
1. Make a copy of the original image and work only on the copy.
2. Make the image grayscale and threshold it (perhaps using gimp).
3. Save it as a pgm file.
4. Convert it to a vector graphics format, perhaps eps, using potrace.
5. Enlarge that image to the proper size and print it. The image is a
vector graphic so should print fine.

->HS


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/11/2007, 21h20   #5
MRH
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

Dnia 15/11/07 19:12,Hugo Vanwoerkom napisał:
> Hugo Vanwoerkom wrote:
>> Hi,
>>
>> I was sent a scanned document, it was a .jpeg file.
>> So I downloaded the .jpeg and used display to view it.
>> Then I printed it, but it was about 1/2 the size of a sheet of paper
>> and hard to read.
>>
>> So I used display to resize it 150% and sharpen the image.
>>
>> That worked OK *viewing* it but it *prints* still the same small image.
>>
>> How do I make it print a larger image that is sharpened?
>>

>
> Thanks guys.
> I did not want to install Gimp: too many notes...
>
> convert did not do the job, who knows why.
>
> But using oo writer and inserting the jpeg image somehow expanded it to
> page size and it printed as such.
>
> Hugo


I think the problem was the ppi setting (pixels per inch?). The value
might be high and while it looks OK on the screen, the printout is
small. I'd try to manipulate this value (ie change it to some lower one).

Kind regards,
Michal R. Hoffmann


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 15/11/2007, 23h40   #6
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

Hugo Vanwoerkom(hvw59601@care2.com) is reported to have said:
> Hugo Vanwoerkom wrote:
>> Hi,

<--<snip>-->

>
> Thanks guys.
> I did not want to install Gimp: too many notes...
>
> convert did not do the job, who knows why.
>
> But using oo writer and inserting the jpeg image somehow expanded it to
> page size and it printed as such.


Glad you worked it out, and thanks for the Tip about OO.

Your right, OO does it much easier then the Gimp!!

W

--
MICROSOFT: Most Intelligent Customers Realize Our Software is Only
for Fools and Teenagers.
__________________________________________________ _____


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/11/2007, 06h00   #7
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

On Thu, Nov 15, 2007 at 11:13:05AM -0600, Manoj Srivastava wrote:
> On Thu, 15 Nov 2007 08:40:57 -0600, Hugo Vanwoerkom <hvw59601@care2.com> said:
>
> > Hi, I was sent a scanned document, it was a .jpeg file. So I
> > downloaded the .jpeg and used display to view it. Then I printed it,
> > but it was about 1/2 the size of a sheet of paper and hard to read.

>
> > So I used display to resize it 150% and sharpen the image. That
> > worked OK *viewing* it but it *prints* still the same small image.
> > How do I make it print a larger image that is sharpened?

>
> Well, how about using convert?
> convert -resize geometry old.png tmp.png
> convert -sharpen geometry tmp.png new.png
>
> Look at the documentation online; convert has a lot of options
> which could be useful.


imagemagick is one of those secret programs that people outside (and
many inside) the linux world just don't know about, yet its so
powerful, easy to use (scriptable!!) that I don't know how people can
live without it. Compare the ease of resizing a batch of images and
producing thumbnails using convert versus the same job in any of the
clicky gui programs. Simply amazing. Don't get me wrong, I love the
Gimp, but you can't beat convert for so many things.

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPTFmaIeIEqwil4YRArKIAKCJcBxELh4CbEeT8AXjPD efgpdnSgCgnurg
uQGBHNw0jg34SRvDe+u/JE8=
=7vu0
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 16/11/2007, 12h30   #8
Dan H
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

On Thu, 15 Nov 2007 21:57:58 -0800
Andrew Sackville-West <andrew@farwestbilliards.com> wrote:

> imagemagick is one of those secret programs that people outside (and
> many inside) the linux world just don't know about, yet its so
> powerful, easy to use (scriptable!!) that I don't know how people
> can live without it.


I can live without it, but only because I use netpbm. I like the modular approach better than the monolithic imagemagick stuff, but that's just a matter of taste. I guess in functionality there isn't much difference.

As far as printing a single document in a proper size is concerned I'd do it with the Gimp.

--D.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/11/2007, 19h00   #9
Andrew Sackville-West
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: printing a scanned document

On Fri, Nov 16, 2007 at 01:24:12PM +0100, Dan H wrote:
> On Thu, 15 Nov 2007 21:57:58 -0800
> Andrew Sackville-West <andrew@farwestbilliards.com> wrote:
>
> > imagemagick is one of those secret programs that people outside (and
> > many inside) the linux world just don't know about, yet its so
> > powerful, easy to use (scriptable!!) that I don't know how people
> > can live without it.

>
> I can live without it, but only because I use netpbm.


thanks for the pointer!

A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPeg7aIeIEqwil4YRAvfsAKDGnazJGXs7OZNzLezq0h j5zDtakwCcCjB1
JlBbj5g6X1vGdIvXH+HoqRE=
=N1oP
-----END PGP SIGNATURE-----

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h19.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,20215 seconds with 17 queries