Git Product home page Git Product logo

pixelita's Introduction

# Header

Pixelita Image Compressor

Pixelita is a Go-based image processing utility designed to facilitate encoding, decoding, and conversion of images into formats: JPEG, PNG, and WebP.

Features

  • Format Conversion: Easily convert images between different formats including JPEG, PNG, and WebP.
  • Quality Adjustment: Tailor the quality of images during conversion to meet specific requirements.
  • Concurrent Processing: Utilize parallel processing to optimize multiple images simultaneously.

# Main Window Example

Getting Started

Prerequisites

  • Go (Golang): Install Go on your system.
  • Go Modules: Fetch required modules by running go mod download.

Usage

  1. Clone the Repository:

    git clone https://github.com/keshon/pixelita-image-compressor.git
  2. Install Dependencies:

    cd pixelita
    go mod download
  3. Run Pixelita:

    Execute the following command to run Pixelita:

    go run cmd/main.go

    You can use supplied build scripts (bat for Windows and sh for Linux:

    • build-and-run - debug version (run after build).
    • build-release - release version with terminal window visible.
    • build-release-no-console - release version without terminal window.

File Structure

  • config: Config to hold various parameters.
  • imageencode: Contains functionalities for encoding images in JPEG, PNG, and WebP formats.
  • imagetype: Manages image format types and their corresponding extensions.
  • pixelita: Main utility for image processing and format conversion.
  • internal: Includes additional utility functions and configurations used within the application.
  • filesystem: File IO related helper object.

Acknowledgment

The banner images used in this project were sourced from Freepik, attributed to contributors @Freepik and @starline.

Contribution

Contributions to Pixelita are welcome! You can create issues, submit pull requests, or suggest enhancements to improve the utility.

License

Pixelita is licensed under the MIT License.

pixelita's People

Contributors

keshon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.