SoftCreatR / imei

IMEI - ImageMagick Easy Install
ISC License
293 stars 35 forks source link

Any way to compile without HDRI support #44

Closed Petah closed 2 years ago

Petah commented 2 years ago

Hi,

Is there anyway to compile without HDRI support? The docs say to pass --disable-hdri to configure, is there a way to forward that through IMEI? https://imagemagick.org/script/high-dynamic-range.php

SoftCreatR commented 2 years ago

Unfortunately not. You may replace it yourself: https://github.com/SoftCreatR/imei/blob/main/imei.sh#L776

Petah commented 2 years ago

Thanks