Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Flatland Flatland
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flatland
  • FlatlandFlatland
  • Merge requests
  • !322

Open
Created Apr 26, 2022 by liqimai@liqimai
  • Report abuse
Report abuse

Set window size of pgl to exact image size.

  • Overview 1
  • Commits 2
  • Changes 1

Window size of pgl was fixed before, irrelavent to the rendered PIL image size, and thus lead to distortion. What is more, resizing PIL image to fit window size relies on interpolation, which leads to poor rendering quality. Here we let the window size to be same as the rendered PIL image size to avoid distortion and resizing.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: liqimai-master-patch-14145