문제

do you know of any Open Source software that could help me perform such a thing: converting a gray-scale image to an eye-catching colorful rendering. I was thinking about ImageMagick (along with EBImage package) or Gimp while resorting to a Script-Fu. Also, being able to automate the process would be great.

I thank you for sharing a fraction of your valuable time in answering my question.

Good day,

Raphael

도움이 되었습니까?

해결책

You looking for LookUp Tables (LUT). See ImageJ wiki.

Just install ImageJ or it's Fiji distribution, open your image and select Image > Lookup Tables > Choose one nice. If your image is not really grayscale (not one-channel), program raises an exception like LUTs cannot be assigned to RGB images. If so, select Image > Type > 8-bit and apply LUT again.

Use macros or language bindings (I use Jython) for automation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top