Story Details

  • Show HN: I built a tool to add noise texture to your images

    Posted: 2025-03-27 07:42:47

    NoiseTools is a free, web-based tool that allows users to easily add various types of noise textures to images. It supports different noise algorithms like Perlin, Simplex, and Value, offering customization options for grain size, intensity, and blending modes. The tool provides a real-time preview of the effect and allows users to download the modified image directly in PNG format. It's designed for quick and easy addition of noise for aesthetic purposes, such as adding a vintage film grain look or creating subtle textural effects.

    Summary of Comments ( 8 )
    https://news.ycombinator.com/item?id=43491245

    HN commenters generally praised the simplicity and usefulness of the noise tool. Several suggested improvements, such as adding different noise types (Perlin, Worley, etc.), more granular control over noise intensity and size, and options for different blend modes. Some appreciated the clean UI and ease of use, particularly the real-time preview. One commenter pointed out the potential for using the tool to create dithering effects. Another highlighted its value for generating textures for game development. There was also a discussion about the performance implications of using SVG filters versus canvas, with some advocating for canvas for better performance with larger images.