How to Use the Enhanced Noise Generator Tool
1. Open the Page: Load the HTML page in your web browser. The page will display a form with fields for width, height, noise type, density, and color.
2. Input Parameters: Fill in the desired parameters for the noise image:
- Width: Set the width of the noise image in pixels.
- Height: Set the height of the noise image in pixels.
- Noise Type: Choose between Perlin (p) and Simplex (s) noise.
- Density: Set the density of the noise.
- Color: Choose the color for the noise.
3. Generate Noise Image: Click the “Generate Noise Image” button. The tool will call the PHP Noise API with the specified parameters and retrieve a URL for the generated noise image.
4. View the Image: The noise image will be displayed below the button, matching the specified width and height. Each time you click the button, a new noise image will be fetched and displayed based on the input parameters.
5. Download the Image: Once the image is generated, a “Download Image” button will appear. Click this button to download the generated noise image.