|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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----- |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
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----- |
|
![]() |
| Outils de la discussion | |
|
|