-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[FEATURE] Add copy to clipboard function to save as image #4914
Conversation
very cool, thanks! |
@gioman , big thanks to @andreasneumann for supporting this feature. |
WINNER!
…On Mon, Jul 24, 2017 at 8:41 PM, Mathieu Pellerin ***@***.***> wrote:
@gioman <https://github.com/gioman> , big thanks to @andreasneumann
<https://github.com/andreasneumann> for supporting this feature.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4914 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAXS3K676VO-XdCz-pIdhgrtdMoUatIOks5sRHTNgaJpZM4OhA1v>
.
|
src/app/qgsmapsavedialog.cpp
Outdated
img = new QImage( ms.outputSize(), QImage::Format_ARGB32 ); | ||
if ( img->isNull() ) | ||
{ | ||
return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe push an error to the message bar if this happens?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Obligatory screencast: https://www.youtube.com/watch?v=wWKzeG9zr1A |
Sponsored by Andreas Neumann.
good job |
Oi! Being a Windows shill is my job.
…On Mon, Jul 24, 2017 at 9:13 PM, Denis Rouzaud ***@***.***> wrote:
good job
does it work in Microsoft Words too? 😜
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4914 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAXS3KXDZ30sgW8am6VBqzv8IRQQM9K1ks5sRHxmgaJpZM4OhA1v>
.
|
Description
QGIS map canvas -> clipboard -> office suite! 😄
Checklist
fixes #11111
in the commit message next to the description[FEATURE]
in the commit message[needs-docs]
in the commit message and containt sufficient information in the commit message to be documentedscripts/prepare-commit.sh
script before each commit