draft
optional
This NIP defines event kind 20
for picture-first clients. Images must be self-contained. They are hosted externally and referenced using imeta
tags.
The idea is for this type of event to cater to Nostr clients resembling platforms like Instagram, Flickr, Snapchat, or 9GAG, where the picture itself takes center stage in the user experience.
Picture events contain a title
tag and description in the .content
.
They may contain multiple images to be displayed as a single post.
The imeta
tag annotate-user
places a user link in the specific position in the image.
Only the following media types are accepted:
image/apng
: Animated Portable Network Graphics (APNG)image/avif
: AV1 Image File Format (AVIF)image/gif
: Graphics Interchange Format (GIF)image/jpeg
: Joint Photographic Expert Group image (JPEG)image/png
: Portable Network Graphics (PNG)image/webp
: Web Picture format (WEBP)
Picture events might be used with NIP-71's kind 34236
to display short vertical videos in the same feed.