Search found 49 matches

by Marcel71
2013-03-28T08:19:13-07:00
Forum: Users
Topic: Convert's max execution time
Replies: 9
Views: 20914

Re: Convert's max execution time

May i bump this message?

Is there already a good alternative to kill long Imagemagick process?
(Running on Ubuntu and php with exec())

Regards,
Marcel
by Marcel71
2012-10-28T00:58:16-07:00
Forum: Bugs
Topic: Overlay transparanty bug
Replies: 7
Views: 10133

Re: Overlay transparanty bug

ps. the

Code: Select all

-evaluate multiply 0.7
works also. But for 70% opacity the multiply is 0.3 so i need some extra calculation :)

But still i would think that -evaluate set 70% should work to, but i am glad i have a work-around.
by Marcel71
2012-10-28T00:53:58-07:00
Forum: Bugs
Topic: Overlay transparanty bug
Replies: 7
Views: 10133

Re: Overlay transparanty bug

Hi, I uploaded the images somewhere else. The hearts image: http://gifhoster.com/hearts.png When converting with -evaluate set 70% the result should be: http://gifhoster.com/good_result.png C:\Temp\badge>convert -size 600x500 xc:"#FF0000ff" -alpha set ( hearts.png -resize 166x165! -channel...
by Marcel71
2012-10-24T12:50:29-07:00
Forum: Bugs
Topic: Overlay transparanty bug
Replies: 7
Views: 10133

Re: Overlay transparanty bug

Result is still the same:
http://imgur.com/9oT3g

If i change the value 50% to another value, i can see the overlay becoming more or less transparent, however, still a 'box' instead of the image.
by Marcel71
2012-10-24T04:32:28-07:00
Forum: Bugs
Topic: Overlay transparanty bug
Replies: 7
Views: 10133

Overlay transparanty bug

Hi IM Team, I use this image: http://imgur.com/qnN2x,x9mVa When i do the following: convert -size 600x500 xc:"#FF0000ff" -alpha set ( hearts.png -resize 166x165! -channel Alpha -evaluate Divide 2 +channel ) -geometry +223+105 -compose Over -composite final_template.png Result looks good. H...
by Marcel71
2012-09-04T03:59:34-07:00
Forum: Bugs
Topic: Arc Text Bug
Replies: 2
Views: 4774

Re: Arc Text Bug

Hi,

I found a work-around:

Code: Select all

convert -size 400x400 xc:white ( -size 0x0 -background none -fill red -pointsize 25 label:"Some Text" -virtual-pixel background -distort Arc 180 ) -composite round_text.png

by Marcel71
2012-09-03T23:38:00-07:00
Forum: Bugs
Topic: Arc Text Bug
Replies: 2
Views: 4774

Arc Text Bug

When i want to add an Arc test to an image of 400x400 it gives the result i expect. However, if i create a canvas 400x400 and then add the text with an arc, it does places the text totally different. convert rose: -resize 400x400! ( -background none -fill red -pointsize 25 label:"Some Text"...
by Marcel71
2012-08-28T13:16:46-07:00
Forum: Users
Topic: Creating glass bubble
Replies: 5
Views: 8961

Re: Creating glass bubble

Hi fmw42,

In that example they create a button from an image, using a pre-made glass button and a white circle.
What i want to make the transparent glass button with imagemagick.

Regards,
Marcel
by Marcel71
2012-08-28T04:38:24-07:00
Forum: Users
Topic: image sequence mpr:gif[1]
Replies: 4
Views: 6717

Re: image sequence mpr:gif[1]

As far as i tried mpr indexing did not work :)
by Marcel71
2012-08-28T04:37:05-07:00
Forum: Users
Topic: Creating glass bubble
Replies: 5
Views: 8961

Creating glass bubble

First thanks fmw42 for answering my previous question :) What i am trying to create now is something like the following: http://www.imagemagick.org/Usage/thumbnails/badge_shading.png But then with this image: http://www.imagemagick.org/Usage/thumbnails/thumbnail_lighting.png That the gray part is go...
by Marcel71
2012-08-17T06:33:17-07:00
Forum: Users
Topic: image sequence mpr:gif[1]
Replies: 4
Views: 6717

image sequence mpr:gif[1]

I have an animated gif where i want to do some editing on each seperate frame. So i thought of doing something like: convert (img.gif[0] -do_sth) (img.gif[1] -do_sth) (img.gif[2] -do_sth ) etc.. out.gif However, in above example the image is read from disk 3 times. But the following is not working: ...
by Marcel71
2012-04-22T05:18:04-07:00
Forum: Bugs
Topic: Slow Super Server
Replies: 2
Views: 5711

Re: Slow Super Server

Thanks, i put the 'threads' option in the policy.xml to 1 and it helps. Although i find it strange that each seperate convert can only use 1 thread and not the advantage of all the CPU power, it works faster :)
So i guess i'll keep it this way.

Regards,
Marcel
by Marcel71
2012-04-21T14:21:50-07:00
Forum: Bugs
Topic: Slow Super Server
Replies: 2
Views: 5711

Slow Super Server

Hi, Some time ago i bought a new server for ImageMagick processes, however, it is much slower converting animated images then my old server Both servers are running Ubuntu 11.04 and ImageMagick 6.7.1-0 Old server: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz , 4 cores New server: Intel(R) Xeon(R) CPU X5650 @...
by Marcel71
2011-07-04T02:24:11-07:00
Forum: Developers
Topic: -coalesce
Replies: 1
Views: 9189

-coalesce

Hi IM team, I have a question if it is possible that the -coalesce is being optimized. When i have a large gif (for example 100 frames) i do the following command: convert large_img.gif -coalesce out_large.gif It will take 34 seconds to complete. When i use gifsicle gifsicle --unoptimize < large_img...
by Marcel71
2011-05-14T08:44:35-07:00
Forum: Users
Topic: Fontnames Ubuntu vs Windows
Replies: 2
Views: 5739

Re: Fontnames Ubuntu vs Windows

Okay, found out myself.

I have to make a custom type-myfonts.xml
See: http://www.ict.griffith.edu.au/anthony/ ... k_type_gen