Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 371936 Details for
Bug 503692
=media-gfx/imagemagick-6.8.8.5: jpeg2k (media-libs/openjpeg:2) support broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
enable jpeg2000 compression in pdf files
imagemagick-6.8.8.5-jp2-in-pdf.patch (text/plain), 1.40 KB, created by
Alexander Miller
on 2014-03-07 04:56:16 UTC
(
hide
)
Description:
enable jpeg2000 compression in pdf files
Filename:
MIME Type:
Creator:
Alexander Miller
Created:
2014-03-07 04:56:16 UTC
Size:
1.40 KB
patch
obsolete
>Fix JPEG2000 compression in PDF and jp2 coder in static builds. > >--- coders/pdf.c 2014-01-26 03:06:16 +0100 >+++ coders/pdf.c 2014-03-06 23:34:11 +0100 >@@ -1245,7 +1245,7 @@ RestoreMSCWarning > break; > } > #endif >-#if !defined(MAGICKCORE_JP2_DELEGATE) >+#if !defined(MAGICKCORE_LIBOPENJP2_DELEGATE) > case JPEG2000Compression: > { > compression=RLECompression; >--- magick/static.c 2014-01-18 02:17:42 +0100 >+++ magick/static.c 2014-03-06 23:34:11 +0100 >@@ -233,7 +233,7 @@ MagickExport void RegisterStaticModules( > #if defined(MAGICKCORE_JPEG_DELEGATE) > (void) RegisterJPEGImage(); > #endif >-#if defined(MAGICKCORE_JP2_DELEGATE) >+#if defined(MAGICKCORE_LIBOPENJP2_DELEGATE) > (void) RegisterJP2Image(); > #endif > (void) RegisterJSONImage(); >@@ -418,7 +418,7 @@ MagickExport void UnregisterStaticModule > #if defined(MAGICKCORE_JPEG_DELEGATE) > UnregisterJPEGImage(); > #endif >-#if defined(MAGICKCORE_JP2_DELEGATE) >+#if defined(MAGICKCORE_LIBOPENJP2_DELEGATE) > UnregisterJP2Image(); > #endif > UnregisterJSONImage(); >--- magick/version.c 2013-12-01 15:47:50 +0100 >+++ magick/version.c 2014-03-06 23:34:11 +0100 >@@ -141,7 +141,7 @@ MagickExport const char *GetMagickDelega > #if defined(MAGICKCORE_JPEG_DELEGATE) && defined(MAGICKCORE_PNG_DELEGATE) > "jng " > #endif >-#if defined(MAGICKCORE_JP2_DELEGATE) >+#if defined(MAGICKCORE_LIBOPENJP2_DELEGATE) > "jp2 " > #endif > #if defined(MAGICKCORE_JPEG_DELEGATE)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 503692
:
371936
|
371938
|
374512