Search found 28 matches

by gabw
2019-03-25T09:26:32-07:00
Forum: Users
Topic: [Solved] Tiffs with multiple scenes renders converts to 2 images, ignore other scenes?
Replies: 2
Views: 3557

Re: Tiffs with multiple scenes renders converts to 2 images, ignore other scenes?

Thank you very much for your response - works like a charm! Also didn't notice the wrong arg order of -profile - Now the converted files look a lot better :D
by gabw
2019-03-25T02:42:35-07:00
Forum: Users
Topic: [Solved] Tiffs with multiple scenes renders converts to 2 images, ignore other scenes?
Replies: 2
Views: 3557

[Solved] Tiffs with multiple scenes renders converts to 2 images, ignore other scenes?

Hello,
I am using IM6. Cause the migration currently is to big for us.
My demo file: https://www.dropbox.com/s/u1em6g663helkhi/test.tif?dl=1

Using identify I found, that this tif file has multiple scenes:
- Scene: 0 of 2 - Compression: LZW
- Scene: 1 of 2 - Compression: RLE

My batch process clips ...
by gabw
2016-04-07T02:54:16-07:00
Forum: Users
Topic: Adjust CMYK colors correctly
Replies: 8
Views: 7325

Re: Adjust CMYK colors correctly

ok I formulate all over again

we have a jpg "test.jpg" picture as start: https://dev.codebrauer.de/notgit/test.jpg

This test.jpg we imported in photoshop and then exported with the following profile as a PDF:
ISOcoated_v2_eci.icc

See results here:
https://dev.codebrauer.de/notgit/test_result ...
by gabw
2016-04-07T00:44:35-07:00
Forum: Users
Topic: Adjust CMYK colors correctly
Replies: 8
Views: 7325

Re: Adjust CMYK colors correctly

Extracting the images with pdfimages, and looking at pixel values in the solid blocks of cyan, magenta, yellow and black:

In testicc.pdf, which has no embedded profile, "cyan" is actually CMY = (78%, 20%, 0.4%). "Magenta" is CMY = (0, 95%, 10%). "Yellow" is CMY = (5%, 0, 87%). "Black" is CMY = (79 ...
by gabw
2016-04-07T00:39:26-07:00
Forum: Users
Topic: Adjust CMYK colors correctly
Replies: 8
Views: 7325

Re: Adjust CMYK colors correctly

How do you know the colors are incorrect? You have not shown a correct color image? So it is hard for us to recommend something without testing and comparing. Nevertheless, the only thing I can suggest is to attach a proper CMYK profile


testicc.pdf was created in Photoshop CC - saved as PDF ...
by gabw
2016-04-06T07:17:15-07:00
Forum: Users
Topic: Adjust CMYK colors correctly
Replies: 8
Views: 7325

Adjust CMYK colors correctly

I have created an good PDF here: https://dev.codebrauer.de/notgit/testicc.pdf

The problem is, our software has some issues creating a correct CMYK PDF.
https://dev.codebrauer.de/notgit/tofix.pdf

What could be a way to correct the colors with convert to fix this?

We already tried to fix the color ...
by gabw
2015-04-10T02:11:28-07:00
Forum: Users
Topic: Cannot build from source with LCMS
Replies: 2
Views: 4735

Re: Cannot build from source with LCMS

Nobody has an idea?

I checked LCMS and LIBTIFF is installed, but no configure command could find them...

$ find / -name "*lcms*" 2>/dev/null | grep 'so'
/usr/lib/x86_64-linux-gnu/liblcms2.so.2
/usr/lib/x86_64-linux-gnu/liblcms.so.1
/usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.2
/usr/lib/x86_64-linux ...
by gabw
2015-03-23T07:19:11-07:00
Forum: Users
Topic: Cannot build from source with LCMS
Replies: 2
Views: 4735

Cannot build from source with LCMS

Hey there.

I cannot build IM from source with some delegates.

Because I'm on a managed host I have to set tmp path before:
export TMPDIR=~/.tmp/

Lets go: so here is what I've done:
$ wget http://www.imagemagick.org/download/ImageMagick.tar.gz
$ tar xvzf ImageMagick.tar.gz
$ cd ImageMagick-6.9 ...
by gabw
2015-03-23T04:05:58-07:00
Forum: Users
Topic: ImageMagick configure with custom tmp path
Replies: 2
Views: 5257

Re: ImageMagick configure with custom tmp path

Thanks. It worked!
by gabw
2015-03-18T07:47:02-07:00
Forum: Users
Topic: ImageMagick configure with custom tmp path
Replies: 2
Views: 5257

ImageMagick configure with custom tmp path

Hey there - I just wanted to install the newest IM with some libs so this was my command:

./configure --with-jpeg=yes --with-png=yes --with-tiff=yes --with-lcms=yes

But I'm on a shared host and I'm not able to use the default /tmp/ dir. "my" temp. dir. path looks more like this: /usr/home ...
by gabw
2015-01-15T08:02:07-07:00
Forum: Users
Topic: Cannot configure ImageMagick-6.9.0-3
Replies: 0
Views: 4574

Cannot configure ImageMagick-6.9.0-3

Hi,

on Debian the latest IM version 6.7.7 so i wanted to install 6.9.0 - like this:


$ wget http://www.imagemagick.org/download/ImageMagick-6.9.0-3.tar.gz
$ tar -xzvf ImageMagick-6.9.0-3.tar.gz
$ cd ImageMagick-6.9.0-3/
$ ./configure


But my server-provider has a custom tmp path and the ...
by gabw
2015-01-12T09:19:51-07:00
Forum: Users
Topic: Broken results on running a batch convert process
Replies: 13
Views: 15846

Re: Broken results on running a batch convert process

Now I transferred my whole files to another server with less power and the latest stable for Ubuntu 14.04 LTS Server (Version: ImageMagick 6.7.7-10 2014-03-06)

And i got the same errors. CPU and RAM was loaded about 35-50%, nothing special.

Here an example:
-> With loop:
http://i.imgur.com ...
by gabw
2015-01-12T07:11:25-07:00
Forum: Users
Topic: Broken results on running a batch convert process
Replies: 13
Views: 15846

Re: Broken results on running a batch convert process

snibgo wrote:log.txt shows no significant errors from IM.
So you think the server/hostsystem or my files are broken?

Running the convert command in terminal with no loop delivers a perfect result.
by gabw
2015-01-12T06:48:59-07:00
Forum: Users
Topic: Broken results on running a batch convert process
Replies: 13
Views: 15846

Re: Broken results on running a batch convert process

So I've runned the script for 256 files.

So first of all while running the script I get this 'errors':

sh: line 1: 25065 Killed /usr/bin/convert 'public_html/source_files/XXXX123/XXXX123/XXXX123.tif' -limit memory 0 -limit map 0 -limit file 0 -alpha transparent -clip -alpha opaque -resize 800x600 ...
by gabw
2015-01-12T05:02:08-07:00
Forum: Users
Topic: Broken results on running a batch convert process
Replies: 13
Views: 15846

Re: Broken results on running a batch convert process

What error message(s) do you get?

I suppose you are looping through the images. What is your code?

Your version 6.7.7 is very old. You might try a more recent version.

My code looks like this (PHP 5.5):
https://gist.github.com/CodeBrauer/6200c5ca6a5befe0208e

I will try to update to the newest ...