Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Whom the gods would destroy, they first teach BASIC.


devel / comp.lang.tcl / Re: Put PNG into Windows clipboard

SubjectAuthor
* Put PNG into Windows clipboardChristian Gollwitzer
`- Put PNG into Windows clipboardAlexandru

1
Re: Put PNG into Windows clipboard

<u0oe22$noca$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12140&group=comp.lang.tcl#12140

  copy link   Newsgroups: comp.lang.tcl
Path: rocksolid2!i2pn.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From: auriocus@gmx.de (Christian Gollwitzer)
Newsgroups: comp.lang.tcl
Subject: Re: Put PNG into Windows clipboard
Date: Fri, 7 Apr 2023 08:43:14 +0200
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <u0oe22$noca$1@dont-email.me>
References: <cb3fc502-9596-4e71-a172-470c187ec013n@googlegroups.com>
<942e7636-8118-40d5-8d90-dc65fac4060fn@googlegroups.com>
<151c6f96-c93f-4c5d-9998-0ea6143b88cbn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 7 Apr 2023 06:43:14 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0011f9003e5af77c7a03f904c9d30682";
logging-data="778634"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Dd/TRocPk/sw3a4mzUHmvbaLWcEZPKyI="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.9.1
Cancel-Lock: sha1:mocT9lqkzPPWV3qEFpf5BWAdj3g=
In-Reply-To: <151c6f96-c93f-4c5d-9998-0ea6143b88cbn@googlegroups.com>
 by: Christian Gollwitzer - Fri, 7 Apr 2023 06:43 UTC

Am 07.04.23 um 02:05 schrieb Alexandru:
> lamuzz...@gmail.com schrieb am Freitag, 7. April 2023 um 01:43:24 UTC+2:
>> May be this help you : https://wiki.tcl-lang.org/page/Copy+image+to+and+from+the+Windows+clipboard.
>> Saludos,
>>
>> Alejandro
>
> Thanks, but the example seems to do the same thing as I did until now: The procedure Img2Clipboard puts BMP format into the clipboard, not PNG.

The bottom example handles PNG, but it is the otehr way round (get PNG
from clipboard)

Christian

Re: Put PNG into Windows clipboard

<d4facbd2-0aef-4d6b-a77f-eebfe85768edn@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12144&group=comp.lang.tcl#12144

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:a05:622a:1809:b0:3db:cd1b:e227 with SMTP id t9-20020a05622a180900b003dbcd1be227mr465044qtc.6.1680860487148;
Fri, 07 Apr 2023 02:41:27 -0700 (PDT)
X-Received: by 2002:a05:620a:4593:b0:74a:598b:9241 with SMTP id
bp19-20020a05620a459300b0074a598b9241mr299185qkb.10.1680860486935; Fri, 07
Apr 2023 02:41:26 -0700 (PDT)
Path: rocksolid2!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Fri, 7 Apr 2023 02:41:26 -0700 (PDT)
In-Reply-To: <u0oe22$noca$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=82.207.255.128; posting-account=glPZ8goAAADztwA3kVEZPMKXCGydx5DU
NNTP-Posting-Host: 82.207.255.128
References: <cb3fc502-9596-4e71-a172-470c187ec013n@googlegroups.com>
<942e7636-8118-40d5-8d90-dc65fac4060fn@googlegroups.com> <151c6f96-c93f-4c5d-9998-0ea6143b88cbn@googlegroups.com>
<u0oe22$noca$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d4facbd2-0aef-4d6b-a77f-eebfe85768edn@googlegroups.com>
Subject: Re: Put PNG into Windows clipboard
From: alexandru.dadalau@meshparts.de (Alexandru)
Injection-Date: Fri, 07 Apr 2023 09:41:27 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2038
 by: Alexandru - Fri, 7 Apr 2023 09:41 UTC

Christian Gollwitzer schrieb am Freitag, 7. April 2023 um 08:43:19 UTC+2:
> Am 07.04.23 um 02:05 schrieb Alexandru:
> > lamuzz...@gmail.com schrieb am Freitag, 7. April 2023 um 01:43:24 UTC+2:
> >> May be this help you : https://wiki.tcl-lang.org/page/Copy+image+to+and+from+the+Windows+clipboard.
> >> Saludos,
> >>
> >> Alejandro
> >
> > Thanks, but the example seems to do the same thing as I did until now: The procedure Img2Clipboard puts BMP format into the clipboard, not PNG.
> The bottom example handles PNG, but it is the otehr way round (get PNG
> from clipboard)
>
> Christian
Yes, I realize this too.
I tried to reverse the procedure using this
::twapi::write_clipboard 49406 [$imgname data -format png]
but nothing happens, not even an error.


devel / comp.lang.tcl / Re: Put PNG into Windows clipboard

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor