Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100536

Re: Why my image is in bad quality ?

From BartC <bc@freeuk.com>
Newsgroups comp.lang.python
Subject Re: Why my image is in bad quality ?
Date 2015-12-16 21:36 +0000
Organization A noiseless patient Spider
Message-ID <n4slc7$6gp$1@dont-email.me> (permalink)
References (3 earlier) <mailman.10.1450276418.30845.python-list@python.org> <94c84373-db80-43cd-a705-a89e695e140a@googlegroups.com> <mailman.16.1450284070.30845.python-list@python.org> <0f56d024-0193-4d28-97ac-7d71c806f379@googlegroups.com> <f21c3910-11d4-4d22-88f8-55940141bbca@googlegroups.com>

Show all headers | View raw


On 16/12/2015 17:17, fsn761304@gmail.com wrote:
> ...here is the bad image: http://wikisend.com/download/748118/saved.png
>

This is 3000x600 pixels; what was the original size? (150x30?)

What does the original look like?

You need to test step by step to see at what point it goes wrong. You're 
scaling by 20 (which is a massive amount); what happens when scaling by 
1? And anti-alias is turned off? (Which might let you see by how many 
pixels each successive line is out and could give a clue.)

It does seem as though something is going amiss with recognising the 
image dimensions, or you've inadvertently applied a 'shear' or 'slant' 
transformation. (Maybe you can apply a reverse transform to fix it!)

-- 
Bartc

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 06:04 -0800
  Re: Why my image is in bad quality ? Denis McMahon <denismfmcmahon@gmail.com> - 2015-12-16 14:15 +0000
    Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 06:21 -0800
      Re: Why my image is in bad quality ? Chris Angelico <rosuav@gmail.com> - 2015-12-17 01:33 +1100
        Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 08:33 -0800
          Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 08:35 -0800
          Re: Why my image is in bad quality ? Chris Angelico <rosuav@gmail.com> - 2015-12-17 03:41 +1100
            Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 09:01 -0800
              Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 09:17 -0800
                Re: Why my image is in bad quality ? BartC <bc@freeuk.com> - 2015-12-16 21:36 +0000
                Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-16 13:53 -0800
                Re: Why my image is in bad quality ? BartC <bc@freeuk.com> - 2015-12-16 23:20 +0000
  Re: Why my image is in bad quality ? Nobody <nobody@nowhere.invalid> - 2015-12-17 01:27 +0000
    Re: Why my image is in bad quality ? fsn761304@gmail.com - 2015-12-17 03:31 -0800

csiph-web