
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
snippet-image
Advanced tools
Package for simple creation images of snippets for social networks using pillow. Pictures for snippets can be inserted for sharing pages in social networks, for example in tag meta:
Package for simple creation images of snippets for social networks using pillow_.
.. _pillow: https://pillow.readthedocs.io/en/stable/
Pictures for snippets can be inserted for sharing pages in social networks, for example in tag meta:
.. code-block:: html
<meta property="og:image" content="Link to your snippet image" />
<meta name="twitter:image" content="Link to your snippet image" />
pip3 install snippet-image
To start creating images for snippets, it is enough to import the function from snippet_image import create_snippet_image.
.. code-block:: python
from snippet_image import create_snippet_image
image_blob = create_snippet_image(
font='/home/iamterminator/.fonts/OpenSans-Bold.ttf', # Path to your font file
font_size=62, # Font size
background='/home/iamterminator/.wallpapers/jakethedog.jpg', # Path to your background image
size=(1200, 630), # Size of snippet image. (width, height)
text='Jake the Dog', # Text for draw on snippet image
brightness=0.3, # Brightness of background
)
with open('jake-the-dog-snippet-image.jpg', 'wb') as file:
file.write(image_blob.getvalue())
Django: django-snippet-image_.
Wagtail: wagtail-snippet-image_.
.. _django-snippet-image: https://github.com/acrius/django-snippet-image
.. _wagtail-snippet-image: https://github.com/acrius/wagtail-snippet-image
Read more on home_.
.. _home: https://github.com/acrius/snippet-image.
FAQs
Package for simple creation images of snippets for social networks using pillow. Pictures for snippets can be inserted for sharing pages in social networks, for example in tag meta:
We found that snippet-image demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.