Simon Conseil

Results 370 comments of Simon Conseil

https://pypi.org/project/pyheif-pillow-opener/ is mentioned in the Pillow issue, seems a nice and easy way.

Hmm, for thumbnail extensions I don't remember exactly the status, ~~there was an issue about this~~ (#421)... There is still some confusion in the code between urls and filenames (#421...

Interesting, we cannot use this format for resized images and thumbnails, so saving should be forced to jpeg. But currently there is no real logic in the code to tell...

I think we can have something simpler, and I don't want to maintain a list of which formats are supported by pillow. All we need is to define the formats...

@bigcat88 - `pillow_heif.HeifImagePlugin` is a plugin for Pillow right ?

@bigcat88 - so I guess you would need to make a plugin for sigal to register the Pillow plugin ?

Hmm ok but you're using sigal's plugin registration to register a Pillow plugin, relying on the fact that sigal is importing the plugin... The config file is a Python file,...

Hmm, not sure how this can be prevented ... What is altered ? Colors ?

The current working directory should not be altered. Any details on what is altered and how to reproduce would be useful.

@geekpete - Do you have more details on this and what can be done ?