Skip to content

Changed WindowsViewer format to PNG#4080

Merged
hugovk merged 1 commit intopython-pillow:masterfrom
radarhere:imageshow
Sep 22, 2019
Merged

Changed WindowsViewer format to PNG#4080
hugovk merged 1 commit intopython-pillow:masterfrom
radarhere:imageshow

Conversation

@radarhere
Copy link
Copy Markdown
Member

Resolves #3695

@radarhere
Copy link
Copy Markdown
Member Author

Here is a screenshot from AppVeyor.

RGB

@hugovk hugovk merged commit 20b6a8a into python-pillow:master Sep 22, 2019
@hugovk
Copy link
Copy Markdown
Member

hugovk commented Sep 22, 2019

How do you get a screenshot from AppVeyor?

@radarhere radarhere deleted the imageshow branch September 22, 2019 06:27
@radarhere
Copy link
Copy Markdown
Member Author

I used ImageGrab to get the screenshot, saved it to file, then used https://transfer.sh/ to extract it. I imagine you could also use AppVeyor artifacts to similarly get the file out.

@nulano
Copy link
Copy Markdown
Contributor

nulano commented Sep 22, 2019

Another option, which I would have used, is remote desktop:

Pillow/.appveyor.yml

Lines 121 to 125 in 79a9981

# Uncomment the following lines to get RDP access after the build/test and block for
# up to the timeout limit (~1hr)
#
#on_finish:
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows: image with alpha is not displayed correctly

3 participants