Code Monkey home page Code Monkey logo

imagedominantcolor's People

Contributors

akamhy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

imagedominantcolor's Issues

Import "imagedominantcolor" could not be resolved

Created a VENV,
Did a fresh install of imagedominantcolor (pip install imagedominantcolor)
Created a script called test.py
Added from imagedominantcolor import DominantColor

Getting an error:
Import "imagedominantcolor" could not be resolvedPylance[reportMissingImports]

(Pillow Error) AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

def __init__(self, image_path: str) -> None:
        self.image_path = image_path
        self.image = Image.open(self.image_path)
        self.dominant_color: str = ""
        self.r: int = 0
        self.g: int = 0
        self.b: int = 0
        self.l: int = 0
        self.resized_image = self.image.resize(
            **(DominantColor.resize_value, DominantColor.resize_value), Image.ANTIALIAS**
        ).convert("RGBA")
        self.image.close()
        self.image_data = self.resized_image.getdata()
        self.generate_dominant_color_of_pixels_of_image_array()
        self.resized_image.close()

image host issue - not a real issue

It's better to use GitHub as a host for CI test images instead of their party servers which may be down during the tests. These are very small images, I hope it is not against GitHub guidelines to use the issues for storing some images for the repository itself.

-- Akash Mahanty

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.