[argyllcms] Bug in dispcal
- From: william.wood@xxxxxxx
- To: argyllcms@xxxxxxxxxxxxx
- Date: Sat, 9 Dec 2006 21:49:11 -0500
Graeme,
The Ultra quality (-qu) flag in dispcal doesn't work because this switch
statement references a char instead of an int:
case '2': /* Ultra */
Should be:
case 2: /* Ultra */
- Bill
- Follow-Ups:
- [argyllcms] Re: Bug in dispcal
- From: Graeme Gill
- References:
- [argyllcms] Re: 0.60 CMYK profile misshaped
- From: Gerhard Fuernkranz
Other related posts:
- » [argyllcms] Bug in dispcal
- » [argyllcms] Re: Bug in dispcal
- [argyllcms] Re: Bug in dispcal
- From: Graeme Gill
- [argyllcms] Re: 0.60 CMYK profile misshaped
- From: Gerhard Fuernkranz