You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Python and the atproto package, I can get an author's feed. Within the feed is a BlobRef for a PNG image.
[portion of ipython session]
In [77]: feed.feed[0].post.record.embed.images[0].image
Out[77]: BlobRef(mime_type='image/png', size=72222, ref=IpldLink(link='bafkreias4bytfzfvpdizwrkb22gq5ticsvjaxosog4yrtv2u25n5y5eere'), py_type='blob')
How can I download this PNG? The URL given by fullsize=... is not the exact image shown in BlobRef - the "fullsize" image is a different download size (the download size is larger!) and is missing embedded metadata.
The text was updated successfully, but these errors were encountered:
Using Python and the
atproto
package, I can get an author's feed. Within the feed is aBlobRef
for a PNG image.[portion of
ipython
session]How can I download this PNG? The URL given by
fullsize=...
is not the exact image shown inBlobRef
- the "fullsize
" image is a different download size (the download size is larger!) and is missing embedded metadata.The text was updated successfully, but these errors were encountered: