Skip to content
View ngtvspc's full-sized avatar
🥞
A few short of a FullStack
🥞
A few short of a FullStack
Block or Report

Block or report ngtvspc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Remove EXIF metadata from images Remove EXIF metadata from images
    1
    # Uses the Python Imaging Library
    2
    # `pip install Pillow` works too
    3
    from PIL import Image
    4
    
                  
    5
    image_filename = "picture_with_EXIF.jpg"
  2. femto8 femto8 Public

    Small Debugging Utils for the PICO-8 Virtual Console

    Lua 2 1