02-07-2021, 10:32 AM
(02-06-2021, 11:06 PM)eepjr24 Wrote: You could try using pdb.gimp_xcf_load(0, path, path) instead of file_load?
Example here: https://gist.github.com/rgl/8212019
- E
file_load() is a "thin" layer that tries to guess the type and most of the processing is with the actual loading,so there won't be much difference.