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.
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.
Before you begin, ensure you have met the following requirements:
- Linux users:
libx11-dev
must be installed. - Cross-platform development: .NET SDKs are required.
We welcome contributions to ImageQt. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request for review.
Refer to the CONTRIBUTING.md file for more detailed contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for details.
Have questions or suggestions? Feel free to:
- Open an issue on the GitHub repository.
- Reach out to the maintainers via the provided contact information.