Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8558567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:50:29+00:00 2026-06-11T15:50:29+00:00

I am using the following command: convert sourcefile.pdf -profile cmyk.icc -profile srgb.icc +profile *

  • 0

I am using the following command:

convert sourcefile.pdf -profile "cmyk.icc" -profile "srgb.icc" +profile "*" output.pdf

On a test 3MB file, it creates a 20MB PDF that is horrible quality.

If I add in a -density 600 parameter, the file explodes to over 600mb. Is there any way to convert the color space while maintaining everything else? It’s a temporary PDF for further processing, so I don’t need it to be exact same size, but I can’t deal with giant PDF file sizes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:50:31+00:00Added an answer on June 11, 2026 at 3:50 pm

    Your problem is not the use of the color profiles with convert and ImageMagick.

    I guarantee you’d have the very same problem with these commands:

    convert  sourcefile.pdf  output.pdf 
    
    convert  -density 600  sourcefile.pdf  output.pdf 
    

    Your real problem is to use ImageMagick for a task where it is not good at. Because ImageMagick cannot deal itself with PDFs. It can only deal with raster images. This is where it excels and where it’s really really good at.

    Because PDFs are not raster images (though they can contain these), ImageMagick uses a delegate to convert the PDF pages into single full-page images. This delegate is Ghostscript.

    Only after receiving the delegate’s result (the raster image), ImageMagick starts to work in your profile changes. Once it’s done, it converts the image back to PDF — but now the PDF has lost all its former vector objects, and from each page there’s only a pixelized version left.

    Just like you can’t put the meat back into one single piece once you’ve grinded it through the meat mincer — you can’t get back the original PDF objects (vector drawings, fonts, etc.) once you’ve rasterized its pages like ImageMagick does….


    The solution for your problem (messing with color profiles used by PDFs): Use the right tool for the job. Learn to use Ghostscript directly! (Because Ghostscript can embed ICC color profiles into PDFs without changing the pages to raster images first. You don’t need ImageMagick for this!)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the following command to convert sequence of images to a video. ffmpeg
I use pdftk to compress a pdf using the following command line pdftk file1.pdf
is it possible to convert a PDF into a CMYK EPS using ghostscript? The
I am using followng command to convert video to webm format ffmpeg -i video/ds2.mp4
I am using following command for start the production server. nohup ruby script/server webrick
I'm using the following command to set up the AWS launch config: as-create-launch-config test1autoscale
I am using the following command to load the updated contents on my project
I am using the following command in a bash script to loop through directories
I compile my C++ program to LLVM IR using the following command. clang++ -O4
I am using the following beamer command \newcommand{\imgslide}[2]{ {\setbeamertemplate{background canvas}{ \includegraphics [width=\paperwidth,height=\paperheight]{images/#1}} \begin{frame}[plain] \txtonimg{#2}

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.