Home
last modified time | relevance | path

Searched refs:icco (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/argyllcms/Argyll_V1.9.2/icc/
H A Diccrw.c49 icc *icco; in main() local
100 if ((rv = icco->read(icco,rd_fp,0)) != 0) in main()
104 if (icco->read_all_tags(icco) != 0) { in main()
127 ro = (icmCurve *)icco->read_tag(icco, icSigRedTRCTag); in main()
155 if (icco->find_tag(icco, icSigVideoCardGammaTag) == 0) in main()
184 if (icco->find_tag(icco, icSigMediaWhitePointTag) == 0) in main()
195 error("add_tag failed: %d, %s",icco->errc, icco->err); in main()
215 ro = (icmCurve *)icco->read_tag(icco, icSigGrayTRCTag); in main()
251 ro = (icmLut *)icco->read_tag(icco, sig); in main()
276 if ((rv = icco->write(icco,wr_fp,0)) != 0) in main()
[all …]
H A Diccdump.c57 icc *icco; in main() local
121 if ((icco = new_icc()) == NULL) in main()
182 if ((rv = icco->read(icco,fp,offset)) != 0) in main()
186 icco->allowclutPoints256 = 1; in main()
195 if ((rv = icco->find_tag(icco,sig)) != 0 && rv != 1) { in main()
202 if ((ob = icco->read_tag_any(icco, sig)) == NULL) { in main()
203 warning("Failed to read tag '%s': %d, %s",tag_names[i], icco->errc,icco->err); in main()
210 icco->dump(icco, op, verb); in main()
213 rv = icco->check_id(icco, id); in main()
232 warning("Failed to do ID check %d, %s",icco->errc,icco->err); in main()
[all …]
H A Dicclu.c64 icc *icco; in main() local
242 if ((icco = new_icc()) == NULL) in main()
245 if ((rv = icco->read(icco,fp,0)) != 0) in main()
246 error ("%d, %s",rv,icco->err); in main()
248 if (icco->header->cmmId == str2tag("argl")) in main()
249 icco->allowclutPoints256 = 1; in main()
255 icco->header->dump(icco->header, op, 1); in main()
260 if ((luo = icco->get_luobj(icco, func, intent, pcsor, order)) == NULL) in main()
261 error ("%d, %s",icco->errc, icco->err); in main()
321 error ("%d, %s",icco->errc,icco->err); in main()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/icclib/
H A Diccrw.c44 icc *icco; in main() local
93 if ((rv = icco->read(icco,rd_fp,0)) != 0) in main()
97 if (icco->read_all_tags(icco) != 0) { in main()
98 error("Unable to read all tags: %d, %s",icco->errc,icco->err); in main()
109 if (icco->delete_tag(icco, icSigMediaBlackPointTag) != 0) { in main()
110 error("Unable to delete blackpoint tag: %d, %s",icco->errc,icco->err); in main()
120 ro = (icmCurve *)icco->read_tag(icco, icSigRedTRCTag); in main()
148 if (icco->find_tag(icco, icSigVideoCardGammaTag) == 0) in main()
149 if (icco->delete_tag(icco, icSigVideoCardGammaTag) != 0) in main()
180 if ((rv = icco->write(icco,wr_fp,0)) != 0) in main()
[all …]
H A Diccdump.c47 icc *icco; in main() local
100 if ((icco = new_icc()) == NULL) in main()
103 if ((rv = icco->read(icco,fp,0)) != 0) in main()
104 error ("%d, %s",rv,icco->err); in main()
110 if ((rv = icco->find_tag(icco,sig)) != 0) { in main()
118 if ((ob = icco->read_tag(icco, sig)) == NULL) { in main()
119 warning("Failed to read tag '%s': %d, %s",tag_name, icco->errc,icco->err); in main()
125 icco->dump(icco, stdout, verb); in main()
128 icco->del(icco); in main()
H A Dicclu.c60 icc *icco; in main() local
205 if ((icco = new_icc()) == NULL) in main()
208 if ((rv = icco->read(icco,fp,0)) != 0) in main()
209 error ("%d, %s",rv,icco->err); in main()
212 icco->header->dump(icco->header, stdout, 1); in main()
216 if ((luo = icco->get_luobj(icco, func, intent, pcsor, order)) == NULL) in main()
217 error ("%d, %s",icco->errc, icco->err); in main()
246 error ("%d, %s",icco->errc,icco->err); in main()
276 icco->del(icco); in main()
/dports/print/ghostscript7-base/ghostscript-7.07/icclib/
H A Diccrw.c44 icc *icco; in main() local
93 if ((rv = icco->read(icco,rd_fp,0)) != 0) in main()
97 if (icco->read_all_tags(icco) != 0) { in main()
98 error("Unable to read all tags: %d, %s",icco->errc,icco->err); in main()
109 if (icco->delete_tag(icco, icSigMediaBlackPointTag) != 0) { in main()
110 error("Unable to delete blackpoint tag: %d, %s",icco->errc,icco->err); in main()
120 ro = (icmCurve *)icco->read_tag(icco, icSigRedTRCTag); in main()
148 if (icco->find_tag(icco, icSigVideoCardGammaTag) == 0) in main()
149 if (icco->delete_tag(icco, icSigVideoCardGammaTag) != 0) in main()
180 if ((rv = icco->write(icco,wr_fp,0)) != 0) in main()
[all …]
H A Diccdump.c47 icc *icco; in main() local
100 if ((icco = new_icc()) == NULL) in main()
103 if ((rv = icco->read(icco,fp,0)) != 0) in main()
104 error ("%d, %s",rv,icco->err); in main()
110 if ((rv = icco->find_tag(icco,sig)) != 0) { in main()
118 if ((ob = icco->read_tag(icco, sig)) == NULL) { in main()
119 warning("Failed to read tag '%s': %d, %s",tag_name, icco->errc,icco->err); in main()
125 icco->dump(icco, stdout, verb); in main()
128 icco->del(icco); in main()
H A Dicclu.c60 icc *icco; in main() local
205 if ((icco = new_icc()) == NULL) in main()
208 if ((rv = icco->read(icco,fp,0)) != 0) in main()
209 error ("%d, %s",rv,icco->err); in main()
212 icco->header->dump(icco->header, stdout, 1); in main()
216 if ((luo = icco->get_luobj(icco, func, intent, pcsor, order)) == NULL) in main()
217 error ("%d, %s",icco->errc, icco->err); in main()
246 error ("%d, %s",icco->errc,icco->err); in main()
276 icco->del(icco); in main()
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dapplycal.c86 icc *icco; in main() local
177 if ((rv = icco->read(icco,rd_fp,0)) != 0) in main()
181 if (icco->read_all_tags(icco) != 0) { in main()
232 if (icco->read_tag(icco, sigp->back) != NULL) in main()
319 if (icco->delete_tag(icco, sigp->prim)) in main()
581 if (icco->delete_tag(icco, sigp->back)) in main()
611 if (icco->delete_tag(icco, bsig)) in main()
636 if (icco->delete_tag(icco, bsig)) in main()
660 if (icco->delete_tag(icco, sigp->back)) in main()
680 if ((rv = icco->write(icco,wr_fp,0)) != 0) in main()
[all …]
H A Dinvprofcheck.c127 icc *icco; in main() local
282 if ((rv = icco->read(icco,rd_fp,0)) != 0) in main()
300 error ("%d, %s",icco->errc, icco->err); in main()
308 error ("%d, %s",icco->errc, icco->err); in main()
325 total = icco->get_tac(icco, max, cal != NULL ? xiccCalCallback : NULL, (void *)cal); in main()
375 error ("%d, %s",icco->errc,icco->err); in main()
380 error ("%d, %s",icco->errc,icco->err); in main()
384 error ("%d, %s",icco->errc,icco->err); in main()
447 error ("%d, %s",icco->errc,icco->err); in main()
451 error ("%d, %s",icco->errc,icco->err); in main()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/xicc/
H A Dxutils.c114 icc *icco; in read_embedded_icc() local
125 if ((icco = new_icc()) == NULL) { in read_embedded_icc()
131 if ((rv = icco->read_x(icco,fp,0,1)) == 0) { in read_embedded_icc()
133 return icco; in read_embedded_icc()
136 debug2((errout,"icc read failed with %d, %s\n",rv,icco->err)); in read_embedded_icc()
137 icco->del(icco); /* icc wil fp->del() */ in read_embedded_icc()
254 if ((icco = new_icc()) == NULL) { in read_embedded_icc()
260 if ((rv = icco->read_x(icco,fp,0,1)) == 0) { in read_embedded_icc()
262 return icco; in read_embedded_icc()
266 icco->del(icco); /* icco will delete fp and al */ in read_embedded_icc()
H A Dextractttag.c64 icc *icco; in main() local
135 if ((icco = new_icc()) == NULL) in main()
138 if ((rv = icco->read(icco,ifp,0)) != 0) in main()
139 error ("%d, %s",rv,icco->err); in main()
143 if ((ro = (icmText *)icco->read_tag_any(icco, sig)) == NULL) { in main()
144 error("%d, %s",icco->errc, icco->err); in main()
213 icco->del(icco); in main()
H A Drevfix.c283 icc *icco; in main() local
437 if ((icco = new_icc()) == NULL) in main()
441 if ((rv = icco->read(icco,rd_fp,0)) != 0) in main()
442 error ("%d, %s",rv,icco->err); in main()
445 if (icco->read_all_tags(icco) != 0) { in main()
446 error("Unable to read all tags: %d, %s",icco->errc,icco->err); in main()
454 icmHeader *rh = icco->header; in main()
696 wo = (icmLut *)icco->read_tag(icco, sig); in main()
760 error("Setting 16 bit Lab->CMYK Lut failed: %d, %s",icco->errc,icco->err); in main()
790 if ((rv = icco->write(icco,wr_fp,0)) != 0) in main()
[all …]
H A Dxicclu.c165 icc *icco = NULL; in main() local
712 if ((icco = new_icc()) == NULL) in main()
716 if ((rv = icco->read(icco,fp,0)) != 0) in main()
726 icco->del(icco); in main()
734 } else if ((rv = icco->read(icco,fp,0)) == 0) { /* ICC profile */ in main()
750 icco->allowclutPoints256 = 1; in main()
1006 icco->del(icco); in main()
1027 if (verb > 1 && icco != NULL) { in main()
1031 icco->header->dump(icco->header, op, 1); in main()
1402 if (icco != NULL) in main()
[all …]
H A Diccgamut.c103 icc *icco; in main() local
388 if ((icco = new_icc()) == NULL) in main()
391 if ((rv = icco->read(icco,fp,0)) != 0) in main()
392 error ("%d, %s",rv,icco->err); in main()
398 icco->header->dump(icco->header, op, 1); in main()
403 if ((xicco = new_xicc(icco)) == NULL) in main()
536 icco->del(icco); /* Icc */ in main()
H A Dtiffgmts.c289 icc *icco = NULL; in main() local
544 if ((icco = read_embedded_icc(prof_name)) == NULL) in main()
551 icco->header->dump(icco->header, op, 1); in main()
556 if (icco->header->deviceClass != icSigInputClass in main()
557 && icco->header->deviceClass != icSigDisplayClass in main()
558 && icco->header->deviceClass != icSigOutputClass in main()
559 && icco->header->deviceClass != icSigColorSpaceClass) in main()
563 if ((xicco = new_xicc(icco)) == NULL) in main()
737 error ("%d, %s",icco->errc,icco->err); in main()
740 icmXYZ2Lab(&icco->header->illuminant, out, out); in main()
[all …]
H A Dtiffgamut.c343 icc *icco = NULL; in main() local
645 if ((icco = read_embedded_icc(prof_name)) == NULL) in main()
652 icco->header->dump(icco->header, op, 1); in main()
657 if (icco->header->deviceClass != icSigInputClass in main()
658 && icco->header->deviceClass != icSigDisplayClass in main()
659 && icco->header->deviceClass != icSigOutputClass in main()
660 && icco->header->deviceClass != icSigColorSpaceClass) in main()
664 if ((xicco = new_xicc(icco)) == NULL) in main()
1061 error ("%d, %s",icco->errc,icco->err); in main()
1065 icmXYZ2Lab(&icco->header->illuminant, out, out); in main()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/imdi/
H A Dgreytiff.c196 icc *icco; in main() local
285 if ((icco = new_icc()) == NULL) in main()
292 if ((rv = icco->read(icco,p_fp,0)) != 0) in main()
299 icco->header->dump(icco->header, op, 1); in main()
446 error ("%d, %s",icco->errc,icco->err); in main()
451 error ("%d, %s",icco->errc,icco->err); in main()
501 error ("%d, %s",icco->errc,icco->err); in main()
506 error ("%d, %s",icco->errc,icco->err); in main()
533 error ("%d, %s",icco->errc,icco->err); in main()
538 error ("%d, %s",icco->errc,icco->err); in main()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevimdi.c60 icc *icco; member
115 icc *icco; in imdi_open_device() local
125 icco = new_icc(); in imdi_open_device()
126 if (!icco) in imdi_open_device()
129 code = icco->read(icco, fp, 0); in imdi_open_device()
131 return gs_throw1(-1, "could not read ICC profile: %s", icco->err); in imdi_open_device()
135 luo = icco->get_luobj(icco, icmFwd, icPerceptual, icmSigDefaultData, icmLuOrdNorm); in imdi_open_device()
137 return gs_throw1(-1, "could not create ICC conversion object: %s", icco->err); in imdi_open_device()
161 idev->icco = icco; in imdi_open_device()
180 idev->icco->del(idev->icco); in imdi_close_device()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevimdi.c60 icc *icco; member
115 icc *icco; in imdi_open_device() local
125 icco = new_icc(); in imdi_open_device()
126 if (!icco) in imdi_open_device()
129 code = icco->read(icco, fp, 0); in imdi_open_device()
131 return gs_throw1(-1, "could not read ICC profile: %s", icco->err); in imdi_open_device()
135 luo = icco->get_luobj(icco, icmFwd, icPerceptual, icmSigDefaultData, icmLuOrdNorm); in imdi_open_device()
137 return gs_throw1(-1, "could not create ICC conversion object: %s", icco->err); in imdi_open_device()
161 idev->icco = icco; in imdi_open_device()
180 idev->icco->del(idev->icco); in imdi_close_device()
[all …]
H A Dgdevwts.c120 icc *icco; member
473 icc *icco; in wtsimdi_open_device() local
500 icco = new_icc(); in wtsimdi_open_device()
501 if (!icco) in wtsimdi_open_device()
504 code = icco->read(icco, fp, 0); in wtsimdi_open_device()
506 return gs_throw1(-1, "could not read ICC profile: %s", icco->err); in wtsimdi_open_device()
510 luo = icco->get_luobj(icco, icmFwd, icPerceptual, icmSigDefaultData, icmLuOrdNorm); in wtsimdi_open_device()
512 return gs_throw1(-1, "could not create ICC conversion object: %s", icco->err); in wtsimdi_open_device()
536 idev->icco = icco; in wtsimdi_open_device()
566 idev->icco->del(idev->icco); in wtsimdi_close_device()
/dports/graphics/argyllcms/Argyll_V1.9.2/namedc/
H A Dnamedc.c852 if (icco->read(icco, fp, 0) != 0) { in read_icc()
855 icco->del(icco); in read_icc()
863 icco->del(icco); in read_icc()
872 icco->del(icco); in read_icc()
880 icco->del(icco); in read_icc()
892 icco->del(icco); in read_icc()
900 icco->del(icco); in read_icc()
937 icco->del(icco); in read_icc()
983 icco->del(icco); in read_icc()
994 icco->del(icco); in read_icc()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/ucmm/
H A Ducmm.c174 icc *icco; in ucmm_install_monitor_profile() local
181 if ((icco = new_icc()) == NULL) { in ucmm_install_monitor_profile()
187 if (icco->read(icco,fp,0) != 0) { in ucmm_install_monitor_profile()
189 icco->del(icco); in ucmm_install_monitor_profile()
194 if (icco->header->deviceClass != icSigDisplayClass in ucmm_install_monitor_profile()
195 || icco->header->colorSpace != icSigRgbData) { in ucmm_install_monitor_profile()
197 icco->del(icco); in ucmm_install_monitor_profile()
201 icco->del(icco); in ucmm_install_monitor_profile()
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Ddispwin.c1787 icco->del(icco); in dispwin_set_ramdac()
1797 icco->del(icco); in dispwin_set_ramdac()
1815 icco->del(icco); in dispwin_set_ramdac()
1826 icco->del(icco); in dispwin_set_ramdac()
1845 icco->del(icco); in dispwin_set_ramdac()
1856 icco->del(icco); in dispwin_set_ramdac()
1884 icco->del(icco); in dispwin_set_ramdac()
1899 icco->del(icco); in dispwin_set_ramdac()
1915 icco->del(icco); in dispwin_set_ramdac()
1926 icco->del(icco); in dispwin_set_ramdac()
[all …]

12