Search found 12 matches

by guysoft
2017-11-22T07:39:32-07:00
Forum: Users
Topic: compare with "-lowlight-color transparent" shows up as black
Replies: 5
Views: 6499

Re: compare with "-lowlight-color transparent" shows up as black

Ok, so it works from commit be27412d970c1455b99cf416fac22c589b8fcaea. Should I update the topic to [SOLVED] or something?

Also, I don't download, I compile here :)
by guysoft
2017-11-19T05:45:11-07:00
Forum: Users
Topic: compare with "-lowlight-color transparent" shows up as black
Replies: 5
Views: 6499

Re: compare with "-lowlight-color transparent" shows up as black

Lowlight now works properly to maintain the transparency in both IM 6.9.9.24 beta and IM 7.0.7.12 beta I tried with 6.9.9.23 and got an all black image - did you commit something to fix it? I see commits 3a65092a0 ("Fix lowlight color bug", 2017-11-15) and c6641b299 ("Don't deactivat...
by guysoft
2017-11-15T05:14:05-07:00
Forum: Kudos and Rants
Topic: Missing commit messages
Replies: 4
Views: 67679

Re: Missing commit messages

Hey,
Though - Is there a tool that lets you annotate a git/ git-svn repo with messages to each commit? Because if so we could crowed source documenting IM commits. It should not take a lot to make a simple interface for this.
by guysoft
2017-11-13T03:00:29-07:00
Forum: Users
Topic: compare with "-lowlight-color transparent" shows up as black
Replies: 5
Views: 6499

compare with "-lowlight-color transparent" shows up as black

Hey, I had compare working fine, but after an upgrade to Ubuntu 17.04 it started showing "transparent" as black. Here is a command example: compare -highlight-color magenta -lowlight-color transparent a.png b.png -compose src -colorspace sRGB diff.png Image Magik version: compare --version...
by guysoft
2015-11-04T09:05:23-07:00
Forum: Users
Topic: How does delegates.xml parses an entry
Replies: 0
Views: 12847

How does delegates.xml parses an entry

Hey all, I have the following line in delegates.xml that converts a pdf to a png (for easy reading I turned escaped quotation to quotations): "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlpha...
by guysoft
2015-10-15T11:15:14-07:00
Forum: Bugs
Topic: Changing density causes an exeution comand error
Replies: 8
Views: 9920

Re: Changing density causes an exeution comand error

SOVLED IT!
Checked out ghostscript from the git repo, built that and did a symbolic link, GPL Ghostscript GIT PRERELEASE 9.19 (2015-09-23) fixes it.

There is likely a bug in Ghostscript 9.15
by guysoft
2015-10-15T10:44:21-07:00
Forum: Bugs
Topic: Changing density causes an exeution comand error
Replies: 8
Views: 9920

Re: Changing density causes an exeution comand error

The problem is not quality, its density

Try:

Code: Select all

convert -density 200 "logo.pdf" -quality 100 /tmp/aaaa.png
Note, Had to change from -sDEVICE=pam&quot to -sDEVICE=pamcmyk32" and it did not help
by guysoft
2015-10-15T09:54:49-07:00
Forum: Bugs
Topic: Changing density causes an exeution comand error
Replies: 8
Views: 9920

Re: Changing density causes an exeution comand error

Code: Select all

guy@golem4:~/tmp/ImageMagick$ /usr/bin/gs -version
GPL Ghostscript 9.15 (2014-09-22)
Copyright (C) 2014 Artifex Software, Inc.  All rights reserved.
Just making sure you didnt mess- the command *works* with -quality 100.
How could a parameter effect finding the binary?
by guysoft
2015-10-15T09:43:19-07:00
Forum: Bugs
Topic: Changing density causes an exeution comand error
Replies: 8
Views: 9920

Re: Changing density causes an exeution comand error

This also happens on later versions, I gave a version where this did not happen, this was to show this is a regression, and not a problem in the pdf (which unfortunately does not belong to me and I can't share). Just to be safe, I have checked out the git repo and built from the ImageMagick-6 branch...
by guysoft
2015-10-15T08:03:51-07:00
Forum: Bugs
Topic: Changing density causes an exeution comand error
Replies: 8
Views: 9920

Changing density causes an exeution comand error

Hey, On certain PDF files, when I run this command with -density 200 like this: convert -density 200 "/mnt/git/tmp/E33.pdf" -quality 100 /tmp/aaaa.png I get this error: convert: FailedToExecuteCommand `"gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dA...
by guysoft
2015-10-15T07:55:08-07:00
Forum: Bugs
Topic: Documentation headers not up to date in
Replies: 2
Views: 4385

Re: Documentation headers not up to date in

A little late, saw now, thanks!
by guysoft
2014-08-25T03:48:04-07:00
Forum: Bugs
Topic: Documentation headers not up to date in
Replies: 2
Views: 4385

Documentation headers not up to date in

Hey all,
It seems like the header for MagickQueryFormats was pasted from MagickQueryFonts and was not changed.
Here is the duplicatged header of MagickQueryFormats

As you can see its identical to MagickQueryFonts.

Where should I report this in order for it to be fixed?

Guy