summaryrefslogtreecommitdiff
path: root/xps/ghostxps.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-01-24 23:51:51 +0000
committerTor Andersson <tor.andersson@artifex.com>2011-01-24 23:51:51 +0000
commit2ca6da49516c5de8dfd06794a68403eeb19799da (patch)
tree4b158231cd0b08969cf127611677e192d416d967 /xps/ghostxps.h
parent32c8caf4a97b2de2aa4c5682a8c4dec4ee9ac6c8 (diff)
Add rudimentary JPEG-XR support to GhostXPS using the JPEG-XR reference software.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12056 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'xps/ghostxps.h')
-rw-r--r--xps/ghostxps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xps/ghostxps.h b/xps/ghostxps.h
index ef095e28a..85a3a79d9 100644
--- a/xps/ghostxps.h
+++ b/xps/ghostxps.h
@@ -208,11 +208,11 @@ struct xps_image_s
int xps_decode_jpeg(xps_context_t *ctx, byte *rbuf, int rlen, xps_image_t *image);
int xps_decode_png(xps_context_t *ctx, byte *rbuf, int rlen, xps_image_t *image);
int xps_decode_tiff(xps_context_t *ctx, byte *rbuf, int rlen, xps_image_t *image);
-int xps_decode_hdphoto(xps_context_t *ctx, byte *buf, int len, xps_image_t *image);
+int xps_decode_jpegxr(xps_context_t *ctx, byte *buf, int len, xps_image_t *image);
int xps_png_has_alpha(xps_context_t *ctx, byte *rbuf, int rlen);
int xps_tiff_has_alpha(xps_context_t *ctx, byte *rbuf, int rlen);
-int xps_hdphoto_has_alpha(xps_context_t *ctx, byte *buf, int len);
+int xps_jpegxr_has_alpha(xps_context_t *ctx, byte *buf, int len);
void xps_free_image(xps_context_t *ctx, xps_image_t *image);