Ticket #15751 (closed enhancement: fixed)
GraphicsMagick: Add variants for different quantum depths
| Reported by: | william@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Enhancements |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
By adding the following lines to the portfile, the quantum depth of the graphicsmagick build may be set, allowing it to output images with a higher bit-depth than eight!
variant quantumdepth8 conflicts quantumdepth16 quantumdepth32 {
configure.args-append --with-quantum-depth=8
}
variant quantumdepth16 conflicts quantumdepth8 quantumdepth32 {
configure.args-append --with-quantum-depth=16
}
variant quantumdepth32 conflicts quantumdepth8 quantumdepth16 {
configure.args-append --with-quantum-depth=32
}
Change History
Note: See
TracTickets for help on using
tickets.

