DaltonLens-Python icon indicating copy to clipboard operation
DaltonLens-Python copied to clipboard

how to daltonize with code?

Open irinaciortan opened this issue 4 months ago • 1 comments

hi! I notice there is no daltonize module/function in Python. am I missing something?

irinaciortan avatar Jul 08 '25 11:07 irinaciortan

you're right! Looks like I never implemented it:

elif args.filter == 'daltonize':
        raise NotImplementedError()

Shouldn't be hard, but can't guarantee that I'll find time to do it soon. Let me know if you'd like help to implement it yourself, it should not be very complicated. The relevant desktop code is here: https://github.com/DaltonLens/DaltonLens/blob/b37c33fe325a2a0ba9a31c3e28a83d17fe04c398/Dalton/Filters.cpp#L253

nburrus avatar Jul 09 '25 08:07 nburrus