Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed WindowsViewer format to PNG #4080

Merged
merged 1 commit into from Sep 22, 2019
Merged

Conversation

radarhere
Copy link
Member

Resolves #3695

@radarhere
Copy link
Member Author

Here is a screenshot from AppVeyor.

RGB

@hugovk hugovk merged commit 20b6a8a into python-pillow:master Sep 22, 2019
@hugovk
Copy link
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
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
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