az-image-converter


Nameaz-image-converter JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryAz Image Converter is a Python library that provides a simple and convenient way to convert images. A Library by Azeem Akhtar
upload_time2023-07-28 12:15:49
maintainer
docs_urlNone
authorAzeem Akhtar
requires_python
license
keywords image image converter png to jpg converter jpg to png converter azeem akhtar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Az Image Converter Library

![Python](https://img.shields.io/badge/Python-3.x-blue.svg)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)


Az Image Converter is a Python library that provides a simple and convenient way to convert images between different formats using the Pillow library.

## Installation

```bash
pip install az_image_converter
```
## Features

- Convert JPG to PNG format.
- Convert PNG to JPG format.

## Usage

```python
from az_image_converter import JPGtoPNGConverter, PNGtoJPGConverter

# JPG to PNG conversion
input_jpg_file = "input_image.jpg"
output_png_file = "output_image.png"
converter = JPGtoPNGConverter(input_jpg_file, output_png_file)
converter.convert()

# PNG to JPG conversion
input_png_file = "input_image.png"
output_jpg_file = "output_image.jpg"
converter = PNGtoJPGConverter(input_png_file, output_jpg_file)
converter.convert()

```

## Dependencies

This library uses the Pillow library for image processing.

## License

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

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.

## Version
0.1.0 (see Changelog for release notes)



## Documentation

[Read Documentation](https://azeemprogrammer.github.io/az-image-converter/)


## FAQ

#### What image formats does the Az Image Converter Library support for conversion?

The Az Image Converter Library currently supports the conversion of JPG to PNG format and PNG to JPG format. It leverages the Pillow library to handle the image processing tasks efficiently.

#### How do I install the Az Image Converter Library in my Python environment?

You can easily install the Az Image Converter Library using pip. Just run the following command in your terminal or command prompt:
```bash
pip install az_image_converter
```
#### Are there any external dependencies required to use the Image Converter Library?
Yes, the Image Converter Library relies on the ```Pillow``` library for image processing. It is a widely-used Python Imaging Library (PIL) that provides extensive support for various image formats.
#### Can I contribute to the Image Converter Library and suggest new features?
Absolutely! Contributions to the library are welcome. If you find any issues, have ideas for improvements, or want to add new features, feel free to create an issue on the project's GitHub repository or submit a pull request.
## Feedback

If you have any feedback, please reach out to us at https://github.com/azeemprogrammer


## Author

[Azeem Akhtar](https://github.com/azeemprogrammer)

[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/azeemprogrammer)

## 🛠 Skills
Python, Machine Learning, Deep Learning, Data Science, Django, and Artificial Intelligence


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "az-image-converter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Image,Image Converter,PNG TO JPG Converter,JPG TO PNG Converter,Azeem Akhtar",
    "author": "Azeem Akhtar",
    "author_email": "hellomazeem@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/ef/0263070e48ce11f67cb18e7e1c6ef1693a7413bd33acd433c8077d62c28c/az_image-converter-0.0.3.tar.gz",
    "platform": null,
    "description": "\r\n# Az Image Converter Library\r\n\r\n![Python](https://img.shields.io/badge/Python-3.x-blue.svg)\r\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\r\n\r\n\r\nAz Image Converter is a Python library that provides a simple and convenient way to convert images between different formats using the Pillow library.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install az_image_converter\r\n```\r\n## Features\r\n\r\n- Convert JPG to PNG format.\r\n- Convert PNG to JPG format.\r\n\r\n## Usage\r\n\r\n```python\r\nfrom az_image_converter import JPGtoPNGConverter, PNGtoJPGConverter\r\n\r\n# JPG to PNG conversion\r\ninput_jpg_file = \"input_image.jpg\"\r\noutput_png_file = \"output_image.png\"\r\nconverter = JPGtoPNGConverter(input_jpg_file, output_png_file)\r\nconverter.convert()\r\n\r\n# PNG to JPG conversion\r\ninput_png_file = \"input_image.png\"\r\noutput_jpg_file = \"output_image.jpg\"\r\nconverter = PNGtoJPGConverter(input_png_file, output_jpg_file)\r\nconverter.convert()\r\n\r\n```\r\n\r\n## Dependencies\r\n\r\nThis library uses the Pillow library for image processing.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you find any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.\r\n\r\n## Version\r\n0.1.0 (see Changelog for release notes)\r\n\r\n\r\n\r\n## Documentation\r\n\r\n[Read Documentation](https://azeemprogrammer.github.io/az-image-converter/)\r\n\r\n\r\n## FAQ\r\n\r\n#### What image formats does the Az Image Converter Library support for conversion?\r\n\r\nThe Az Image Converter Library currently supports the conversion of JPG to PNG format and PNG to JPG format. It leverages the Pillow library to handle the image processing tasks efficiently.\r\n\r\n#### How do I install the Az Image Converter Library in my Python environment?\r\n\r\nYou can easily install the Az Image Converter Library using pip. Just run the following command in your terminal or command prompt:\r\n```bash\r\npip install az_image_converter\r\n```\r\n#### Are there any external dependencies required to use the Image Converter Library?\r\nYes, the Image Converter Library relies on the ```Pillow``` library for image processing. It is a widely-used Python Imaging Library (PIL) that provides extensive support for various image formats.\r\n#### Can I contribute to the Image Converter Library and suggest new features?\r\nAbsolutely! Contributions to the library are welcome. If you find any issues, have ideas for improvements, or want to add new features, feel free to create an issue on the project's GitHub repository or submit a pull request.\r\n## Feedback\r\n\r\nIf you have any feedback, please reach out to us at https://github.com/azeemprogrammer\r\n\r\n\r\n## Author\r\n\r\n[Azeem Akhtar](https://github.com/azeemprogrammer)\r\n\r\n[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://github.com/azeemprogrammer)\r\n\r\n## \ud83d\udee0 Skills\r\nPython, Machine Learning, Deep Learning, Data Science, Django, and Artificial Intelligence\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Az Image Converter is a Python library that provides a simple and convenient way to convert images. A Library by Azeem Akhtar",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "image",
        "image converter",
        "png to jpg converter",
        "jpg to png converter",
        "azeem akhtar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aed3182a890418a7c95e4e8576053a1862844bb1b653910e18f8f5168a6f9a19",
                "md5": "689aa3a79aa2b05b3d99f04066187c68",
                "sha256": "396b1d9f02a1198e338d5d19f869a3112a25b9e217db74cb6a8b4ab3d82bdd61"
            },
            "downloads": -1,
            "filename": "az_image_converter-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "689aa3a79aa2b05b3d99f04066187c68",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3331,
            "upload_time": "2023-07-28T12:15:46",
            "upload_time_iso_8601": "2023-07-28T12:15:46.845678Z",
            "url": "https://files.pythonhosted.org/packages/ae/d3/182a890418a7c95e4e8576053a1862844bb1b653910e18f8f5168a6f9a19/az_image_converter-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62ef0263070e48ce11f67cb18e7e1c6ef1693a7413bd33acd433c8077d62c28c",
                "md5": "cc4ba71ac95d91e8a449d01000efa570",
                "sha256": "c960246eb280497a7ea16fb1f28a62ce17d40045613ef05c31bda9d83b4f4e90"
            },
            "downloads": -1,
            "filename": "az_image-converter-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "cc4ba71ac95d91e8a449d01000efa570",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3448,
            "upload_time": "2023-07-28T12:15:49",
            "upload_time_iso_8601": "2023-07-28T12:15:49.962312Z",
            "url": "https://files.pythonhosted.org/packages/62/ef/0263070e48ce11f67cb18e7e1c6ef1693a7413bd33acd433c8077d62c28c/az_image-converter-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 12:15:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "az-image-converter"
}
        
Elapsed time: 0.49729s