Skip to content

ovpoddar/ImageQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageQt

ImageQt is a comprehensive and versatile library designed for handling and processing images in various formats, including raw byte arrays. It provides robust functionalities for loading, decoding, and managing images.

Warning

ImageQt does not support all image formats yet. It is a work in progress. Opening some types might throw errors. Please be mindful of this limitation and refer to the source code for a list of supported formats.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Linux users: libx11-dev must be installed.
  • Cross-platform development: .NET SDKs are required.

Contributing

We welcome contributions to ImageQt. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request for review.

Refer to the CONTRIBUTING.md file for more detailed contribution guidelines.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

Have questions or suggestions? Feel free to:

  • Open an issue on the GitHub repository.
  • Reach out to the maintainers via the provided contact information.