View Single Post
  #3  
Old 13-05-2018, 07:04 PM
rcheshire's Avatar
rcheshire (Rowland)
Registered User

rcheshire is offline
 
Join Date: Apr 2010
Location: Geelong
Posts: 2,617
Update

Hopefully, the last update for a while. Improvements and bug fixes.

I have added bit depth selections 8 through 64 - default 16 - to accommodate ImageMagick 7+ Q32. A little more work is required is to get 64 bit up and running.

To install IM 7 use one of distro binaries or install from source; as follows

Unzip and do
Code:
./configure --enable-hdri --with-quantum-depth=32
or to install to /usr (default is /usr/local)
Code:
./configure --prefix=/usr --enable-hdri --with-quantum-depth=32
Code:
make
Code:
sudo make install
To uninistall
Code:
sudo make uninstall
32 bit processing is a little slower than 16 bit.
Attached Thumbnails
Click for full-size image (0-main.png)
84.9 KB10 views

Last edited by rcheshire; 16-05-2018 at 08:09 AM.
Reply With Quote