Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.63 KB

File metadata and controls

68 lines (47 loc) · 1.63 KB

Image Slicer Web App

A simple web application for slicing images into smaller segments. Built with HTML, CSS, and JavaScript, this tool provides an intuitive interface for uploading images and generating slices.

Features

  • Upload and preview images
  • Customisable slice dimensions
  • Real-time image slicing
  • Downloadable slice outputs
  • Responsive design for all device sizes

Getting Started

Prerequisites

  • Modern web browser (Chrome, Firefox, Safari)
  • Basic HTML/CSS/JavaScript knowledge

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/image-slicer.git
  1. Navigate to the project directory:
cd image-slicer

Usage

  1. Open index.html in your browser
  2. Click "Upload Image" to select an image file
  3. Configure slice settings in the control panel
  4. Click "Generate Slices" to create your image segments
  5. Download the resulting slices using the provided links

Project Structure

image-slicer/
├── index.html          # Main application interface
├── script.js           # Core application logic
├── styles.css          # Application styling
├── .gitignore          # Git configuration
└── LICENSE.md          # Project license

Contributing

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • HTML5 Canvas API for image processing
  • Modern CSS techniques for responsive design
  • Open source community for development tools