lol
Good question. Don’t use those functions. For image adjustment, do the operations yourself (can use basic functions: hist, cumsum, .^, etc.), rather than calling a pre-built color/contrast enhancement function. It’s only a couple lines of code to do it yourself anyway.
Derek
--