HDR Toning feature in IMagick

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
mjamal
Posts: 62
Joined: 2017-12-27T06:13:59-07:00
Authentication code: 1152

HDR Toning feature in IMagick

Post by mjamal »

Hello All,

I need the below feature of the photoshop via PHP IMagick library.

- Image/Adjustments/HDR Toning
1) Method should be Local Adaptation
2) Preset should be Default

Please let me know if any of have any knowledge or details.

Thanks in advanced.
Mohtashim Jamal
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: HDR Toning feature in IMagick

Post by snibgo »

For those of us who don't use Photoshop, can you provide a link to a description of HDR Toning?
snibgo's IM pages: im.snibgo.com
mjamal
Posts: 62
Joined: 2017-12-27T06:13:59-07:00
Authentication code: 1152

Re: HDR Toning feature in IMagick

Post by mjamal »

Hi Snibgo,

Sorry but please let me know what exactly you need?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: HDR Toning feature in IMagick

Post by snibgo »

If I knew what "HDR Toning" was, perhaps I could suggest how to implement it in ImageMagick.
snibgo's IM pages: im.snibgo.com
mjamal
Posts: 62
Joined: 2017-12-27T06:13:59-07:00
Authentication code: 1152

Re: HDR Toning feature in IMagick

Post by mjamal »

Hi,

HDR Toning is present in photoshop under "Image/Adjustments/HDR Toning" and it has many options which effects on image.
Please see the image which shows the original image and converted image as per the below options.
- Method should be Local Adaptation
- Preset should be Default

Right side image is the original image and left side image is the converted image.

Please let me know if any further details required.
Attachments
hdr.jpg
hdr.jpg (387.91 KiB) Viewed 13081 times
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: HDR Toning feature in IMagick

Post by fmw42 »

No one knows exactly what Photoshop does, except the Photoshop team. It is proprietary code. So unless there is a reference paper that was used by Photoshop to code that, we cannot reproduce it.

However, I have several tonemap bash unix scripts that you can try at my web site listed below, if you use a Unix-like system, including Windows 10 or Windows w/Cygwin.
Post Reply