Python Forum
PIL doesn't seem to paste full size image.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIL doesn't seem to paste full size image.
#6
You have it backwards. If you want the image to be larger, you need to use a larger resize number. For instance with the 768 x 432 px image, you'll need to use 10,000 instead of 100 to make it 76800 x 43200 px.

Algebraically, that's because:
768 x 100 by 432 x 100 =(768 x 432) x (100 x 100) = (768 x 432) x 10,000.

If your intent is a 100-fold increase, then you already have it. What are the dimension of the resized image, by the way?
Reply


Messages In This Thread
RE: PIL doesn't seem to paste full size image. - by stullis - Nov-20-2019, 06:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What script to paste folders thenewcoder 1 706 Nov-29-2023, 09:40 AM
Last Post: Pedroski55
  howto get size of a ctk image? janeik 2 957 Oct-03-2023, 03:49 AM
Last Post: janeik
  Please help me [copy and paste file from src to dst] midomarc 2 1,064 Nov-24-2022, 10:13 PM
Last Post: midomarc
  ImageTk Paste KDog 14 7,122 Jun-27-2021, 11:07 AM
Last Post: KDog
  Cut and Paste Oshadha 3 2,489 Jan-20-2021, 04:27 PM
Last Post: spaceraiders
  size of set vs size of dict zweb 0 2,175 Oct-11-2019, 01:32 AM
Last Post: zweb
  copy paste file and re-name it asheru93 1 2,408 May-24-2019, 10:43 AM
Last Post: heiner55
  Locating Grids in full page image KolGuy80 0 1,824 Mar-20-2019, 09:47 AM
Last Post: KolGuy80
  Is there a way to detect the text font, size and color from an image in python? Maia07 2 8,763 Aug-23-2018, 01:16 PM
Last Post: Maia07
  CSV file created is huge in size. How to reduce the size? pramoddsrb 0 10,532 Apr-26-2018, 12:38 AM
Last Post: pramoddsrb

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020