shawnington

Results 61 comments of shawnington

Additional Context: Large ICC profiles are embedded when systems have had their display color profiled with a colorimeter creating an ICC profile that adjusts for accurate color display for use...

> Should the node restore the old value after the image has been loaded? It seems to be a module global and that looks like setting it might affect nodes...

> Yeah the best way to do this might be with a custom context manager that sets `ImageFile.LOAD_TRUNCATED_IMAGES = True` and restores it to the previous value afterwards. > >...

> Sure that works. The suggested changed have been committed to nodes.py and node_helpers.py

Seems like localization should be used given differences in date-time formats globally.

> @shawnington I think localization would make things way too complex for the problem that it would solve. YYYY-MM-DD is the ISO standard and it also has the nice property...

The more I think about it, this implementation needs quite a bit of work. It discards subfolders specified in the SaveImage node in the format / by replacing this line...

> > Perhaps modification of the SaveImage node to have an enable disable option to place the user specified subfolder inside the date folder, or in the base directory is...

> Certainly don't intend on overriding user specified subfolders and that was my mistake, I was trying to set the default folder to be current date yyyy-mm-dd if none specified,...

> Certainly don't intend on overriding user specified subfolders and that was my mistake, I was trying to set the default folder to be current date yyyy-mm-dd if none specified,...