Search found 17 matches

by kfeina
2013-10-05T13:08:55-07:00
Forum: Users
Topic: Composite "fuzzy"
Replies: 6
Views: 2881

Re: Composite "fuzzy"

Hello,

Yes, you are right, using .png improves the output.
PNG will be now the default file format for those wallpapers.

Thanks a lot for your time. Regards.
by kfeina
2013-10-04T10:42:57-07:00
Forum: Users
Topic: Composite "fuzzy"
Replies: 6
Views: 2881

Re: Composite "fuzzy"

Hello again,

The blank lines comes from another composite of 3 png files: shawdow.png + blank.png + red.png.
This file http://i.imgur.com/WRPMgcG.png is the result of this 3 composited files.

If the jpg has compression, why the blank lines aren't fuzzy ? The decrease of quality is not global for ...
by kfeina
2013-10-04T08:21:41-07:00
Forum: Users
Topic: Composite "fuzzy"
Replies: 6
Views: 2881

Re: Composite "fuzzy"

Hello,

I'm using ImageMagick-6.8.3-10-Q16-x86-windows, portable edition.
After upgrading to the latest version ImageMagick-6.8.7-0 there is no improvement.

To see the original file: GNOME-Happygnome_1280x1024.jpg.original check here:
http://i.imgur.com/trpmfkF.jpg

Any help is welcome ...
by kfeina
2013-10-04T07:09:50-07:00
Forum: Users
Topic: Composite "fuzzy"
Replies: 6
Views: 2881

Composite "fuzzy"

Hello;

I'm doing a composite between two images:

- The "first" image contains text in different colors.
- The second image is a background wallpaper.
- The composited image is not clear. The "red text is fuzzy, not clear". Other text colors like black, white, are perfect ....

Is it possible to ...
by kfeina
2013-09-03T08:36:11-07:00
Forum: Users
Topic: convert "-append" color problem
Replies: 4
Views: 2977

Re: convert "-append" color problem

Hello,

Yes, it is a bug of the version. On windows it doesn't hapen.

But in fact can be easily solved with your recommendation: -fill "rgb(1,0,0)"

Thanks a lot.
by kfeina
2013-09-03T06:26:24-07:00
Forum: Users
Topic: convert "-append" color problem
Replies: 4
Views: 2977

Re: convert "-append" color problem

Hello,

I use the following version on my ubuntu 13.04 (32 bits) machine:

Version: ImageMagick 6.7.7-10 2013-02-25 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

I uploaded the files via imgur.com.

Thanks a lot.
by kfeina
2013-09-03T05:42:28-07:00
Forum: Users
Topic: convert "-append" color problem
Replies: 4
Views: 2977

convert "-append" color problem

Hello,

I'm having problems when "converting" two png files with the append command.

My command is:
/usr/bin/convert /tmp/BGINFO4X/k/bgheader.png /tmp/BGINFO4X/k/bgalarm.png -background none -append "/tmp/BGINFO4X/k/bginfo4x.png"

My bgalarm.png has always red text (-fill red).
http://i.imgur ...
by kfeina
2013-02-25T10:34:47-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello,

I have installed the version 6.8.3.3 (portable). Now, I can't get any exception message, but I can get the message:
@ error/convert.c/ConvertImageCommand/3068.

I use Windows7 (32 bits, sp1). I have tried the -limit thread 1, and this doesn't help. I also get the same error.

If I use ...
by kfeina
2013-02-21T06:46:12-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello,

I have downloaded the latest portable version 8.3.3 and uncompressed it in c:\IM, (so no spaces, no subfolders ,...).

Then I have executed bugIM.bat :
for /L %%H in (1,1,50) do (type test.txt | convert.exe label:@- test%%H.png)

I have got 4 errors (in a 50 loop).

What is true now, is ...
by kfeina
2013-02-20T02:36:41-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello, yes it is. I have the same behaviour.

It seems something related to the pipe, or the stdin in label:@- , or even to the new line (\n) in test.txt.
For me is a convert issue, because you get a convert crash.

Anyone can help us?

Thanks.
by kfeina
2013-02-20T02:15:50-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello,

It works OK in this case: for /L %%H in (1,1,50) do (%IM%convert.exe label:test.txt test%%H.png)

For this case, it doesn't: for /L %%H in (1,1,50) do (type test.txt | %IM%convert.exe label:@- test%%H.png && dir test.txt >NULL:)
You get the same aleatory errors: convert.exe: no images ...
by kfeina
2013-02-19T13:19:57-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

hello everyone.
can anyone help me with this issue?

thanks a lot.
by kfeina
2013-02-14T07:08:38-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello, I have added the "-debug trace" option and effectively, convert crash:

C:\Program Files\ImageMagick-6.8.2-Q16>for /L %H in (1 1 50) do (type test.txt | convert.exe -debug trace label:@- test%H.png )

Here is the output:

C:\Program Files\ImageMagick-6.8.2-Q16>bugIM.bat >> bugIM.error ...
by kfeina
2013-02-14T02:27:47-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello,

I don't believe that this is a Windows problem. It returns a C error with an error code:

convert.exe: no images defined `test7.png' @ error/convert.c/ConvertImageCommand/3068.

Repeating the test in pure windows commands (like type and finstr), works fine and no errors appear:


C ...
by kfeina
2013-02-13T10:26:54-07:00
Forum: Bugs
Topic: CONVERT bug - converting text to .png fails
Replies: 16
Views: 17013

Re: CONVERT bug - converting text to .png fails

Hello,

The contents of the test.txt are:
test!!!
I used this simple test.txt file, created with notepad, to check that the problem is not related to the file-in itself.

Thanks a lot.