I was wondering if anybody knows of an API, toolbox, or library that extracts layers from an image format that is supported by a free editor such as Paint.NET (native format: .pdn
)
Motivation: An interface to an image with layers that can be edited in a free image editor would be of interest for those of us who do computer vision and machine learning in MATLAB. For example, it could facilitate the automatic collection of manual pixel annotations for supervised learning.
Almost nothing can read a .pdn file. http://extension.nirsoft.net/pdn
So, you are left with the following options.
Note, the Matlab links are for the image processing toolbox, if you don't have that, the options are more limited.