RE: [racket-users] scale of image of scribble with .jpg

2017-04-29 Thread Jos Koot
Thanks for clarifying. Jos _ From: Stephen De Gabrielle [mailto:spdegabrie...@gmail.com] Sent: sábado, 29 de abril de 2017 21:57 To: Jos Koot; Racket Users Subject: Re: [racket-users] scale of image of scribble with .jpg Scaling will always make the image less sharp, but you are right

Re: [racket-users] scale of image of scribble with .jpg

2017-04-29 Thread Stephen De Gabrielle
Scaling will always make the image less sharp, but you are right - scale works with GIF images but not jpg. I have not checked the documentation. S. On Sat, 29 Apr 2017 at 19:06, Jos Koot wrote: > Hi, > > I have the following: > > #lang scribble/manual > ... > @(image #:scale 2 "Turing-machi

[racket-users] scale of image of scribble with .jpg

2017-04-29 Thread Jos Koot
Hi, I have the following: #lang scribble/manual ... @(image #:scale 2 "Turing-machine.jpg") ... Works well, except that the image is not enlarged. What should I do to force the scale? Scaling does work with .gif, but .gif gives less sharp images. Thanks, Jos -- You received this message becau