Search found 8 matches
- 2016-08-11T07:56:37-07:00
- Forum: Users
- Topic: Caption Operation Takes 3 Seconds
- Replies: 5
- Views: 4225
Re: Caption Operation Takes 3 Seconds
pango takes 274MS to render whereas caption takes 2859MS. It's 10 times faster, but is there a way to get it to render even faster?
- 2016-08-11T07:54:13-07:00
- Forum: Magick.NET
- Topic: Speed Up Resize Operation?
- Replies: 9
- Views: 23363
Re: Speed Up Resize Operation?
You're right. It looks like a bug in the Magick.NET wrapper. When I run ImageMagick from the commandline sample does maintain the aspect ratio. I wonder how Magick.NET could even be overwriting this default sample behavior? Sample doesn't produce great results, but man is it fast! It takes 6 ...
- 2016-08-10T10:55:41-07:00
- Forum: Magick.NET
- Topic: Speed Up Resize Operation?
- Replies: 9
- Views: 23363
Re: Speed Up Resize Operation?
Yeah, sample wasn't respecting the image aspect ratio? I am resizing 400 x 400 in my example, but the picture is not square. When I use resize or scale, the image is resized to a height of 400 and a width of 283 which is correct for its aspect. Sample does 400 x 400 without preserving the aspect?
- 2016-08-10T10:37:09-07:00
- Forum: Magick.NET
- Topic: Speed Up Resize Operation?
- Replies: 9
- Views: 23363
Re: Speed Up Resize Operation?
Scale appears to be several times faster and appears to produce similar results. Thanks fmw42.
- 2016-08-10T10:00:28-07:00
- Forum: Magick.NET
- Topic: Speed Up Resize Operation?
- Replies: 9
- Views: 23363
Speed Up Resize Operation?
Hi All, Like my previous thread dealing with caption, is there a way for ImageMagick to resize an image more quickly and efficiently? Of all the measurements I've taken, the resize operation takes about 400MS which is longer than everything else being done in my app using ImageMagick. I need to ...
- 2016-08-03T15:16:48-07:00
- Forum: Users
- Topic: Caption Operation Takes 3 Seconds
- Replies: 5
- Views: 4225
Re: Caption Operation Takes 3 Seconds
Also, how do I send in the path for the custom font to use with Pango? It looks like it wants the name of a font only. I cannot seem to pass it a font-file path like I could with caption.
- 2016-08-03T14:51:31-07:00
- Forum: Users
- Topic: Caption Operation Takes 3 Seconds
- Replies: 5
- Views: 4225
Re: Caption Operation Takes 3 Seconds
That is much faster! However, why do I have to adjust the FontPointsize property to 43 for the text to fit?
Why is there that huge of a difference in speed between caption and pango?
Why is there that huge of a difference in speed between caption and pango?
- 2016-08-03T10:33:41-07:00
- Forum: Users
- Topic: Caption Operation Takes 3 Seconds
- Replies: 5
- Views: 4225
Caption Operation Takes 3 Seconds
Hi All, Is there a way to make the caption operation more efficient in ImageMagick? I'm creating a new image with a caption to composite onto the base image since it does not appear there is a way to position a caption directly on the base image in a specific location with a specified rendering size ...