PurplePuppy-Stamps_Linux icon

Stamps Linux

Create stamps with any image & save your in-game art! F4 for menu

Last updated 2 weeks ago
Total downloads 483
Total rating 1 
Categories Tools Server Side
Dependency string PurplePuppy-Stamps_Linux-2.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

NotNet-GDWeave-2.0.14 icon
NotNet-GDWeave

Mod loader & runtime script patching for Godot

Preferred version: 2.0.14
BlueberryWolfi-BlueberryWolfiAPIs-1.0.2 icon
BlueberryWolfi-BlueberryWolfiAPIs

Comfy APIs for Webfishing Mods

Preferred version: 1.0.2

README

Stamps

A stamp and art saving mod for for WEBFISHING using GDWeave

fucked up off da pinterest

General Information

  • Only works for Linux
  • You can paste images (not gifs qwq) into the menu directly or select a file
  • Stamps are automatically adjusted to be upright relative to the player camera
  • In-game canvases have a 200x200 resolution. I recommend keeping stamps below this size
  • Off-canvas: a maximum of four chalk canvases (200*200) can be placed
  • Saved stamps are located at /home/user/.local/share/webfishing_stamps_mod
  • Be mindful of performance and lag, especially if playing GIFs. This is a server side mod, and people play on potatoes
  • I recommend installing the Calico mod!

OH NO ITS NOT LAUNCHING FROM THE GAME

Follow these steps to get it running:

  1. Open Terminal

  2. Navigate to the directory:

    /GDWeave/mods/PurplePuppy-Stamps_Linux/imagePawcessor
    
  3. Make the file executable by running:

    chmod +x imagePawcess
    
  4. Run the file with:

    ./imagePawcess
    

    Alternatively, use your File Manager:

    1. Go to /GDWeave/mods/PurplePuppy-Stamps_Linux/imagePawcessor.
    2. Right-click imagePawcess and select Properties.
    3. Enable Allow executing as a program.
    4. Double-click the file to run it.
  5. If issues persist, please report them on my GitHub, including:

    • Your specific Linux distro
    • How you're running the game (Wine, Proton, etc.)

Keybinds

Keybinds are fully customizable using the game's built in controls settings, courtesy BlueberryWolfiAPIs

  • F4 Key

    • Opens my stamp menu executable or brings it to the front.
  • PLUS Key (+)

    • Spawns a stamp at the cursor position.
    • Spawns a stamp at the player position if SHIFT is held.
    • Spawns a stamp at the dock if CTRL is held.
    • Spawns a stamp on Canvas 1, Canvas 2, Canvas 3, or Canvas 4 if combined with 1, 2, 3, or 4, respectively.
  • Minus Key (-)

    • Toggles GIF playback if a GIF has been placed down.
  • BACKSPACE Key

    • Works as Ctrl+Z, undoing the last placed stamps in order.

Image Processing Guide

Here’s a quick overview of how to process your images:

  • Color Match
    A simple, reliable option that maps each pixel to the closest chalk color. If you're unsure where to start, pick this for clean, predictable results.

  • K-Means Mapping
    Groups similar colors into clusters. Great for noise reduction and simplifying complex images. Adjust the number of clusters to control how stylized the result looks.

  • Dithering
    If your image has colors that don’t neatly match the available chalk palette, dithering can help fill those gaps. It creates patterns or “noise” to transition between colors smoothly. There are many dithering methods (Atkinson, Floyd, Jarvis, etc.)—each one handles color transitions differently. Generally:

    • Hybrid Dither automatically switches between methods for mixed textures.
    • Pattern Dither creates a retro, pixel-art style.
    • Random Dither adds noise for a more natural, hand-drawn look.

Ultimately, you should experiment with different methods to find the style that best fits your image!


Color Options

Choose what chalk colors to use by enabling or disabling them.

  • Use RGB to map an image’s colors to RGB chalk.
  • Use Blank to make certain colors fully transparent.

Boost and Threshold Adjustments

  • Boost: Enhances the intensity of specific chalk colors in an image, making muted tones stand out more. Higher values = brighter colors.
  • Threshold: Adjusts how closely a pixel's color must match a chalk color to be boosted. Lower values are more precise, while higher values affect broader ranges.

What is LAB and When to Use It?

LAB is a color space that better reflects how humans perceive color, improving the accuracy of color matching compared to RGB.

  • Turn LAB On: For images with subtle gradients or color shifts where precise matching matters.
  • Turn LAB Off: For bold, flat colors... I think?

Basically, if you aren't happy with a result, try turning it off! It's on by default but not always better~

Sometimes disabling green chalk will make LAB results look better :3

Canvas map

If you wish to know the location of a specific canvas, please refer to the below map.

Canvas ID Map

Installation (for the peeps)

Ensure to not accidentally download from Code

  1. Ensure GDWeave is installed and working properly.
  2. Download for Linux
  3. Extract to PurplePuppy-Stamps-Linux and be careful to not rename it.
  4. Download BlueberryWolfi.API for keybinds and extract to BlueberryWolfi.APIs
  5. Place folders in WEBFISHING/GDWeave/Mods/

Requires: