Search found 8 matches
- 2011-08-31T17:11:44-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
wow, thanks once again fmw42, those both work perfectly! thanks for helping me make my app more efficient!
- 2011-08-31T11:52:04-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
you did it fmw42! wow, thanks soooo much! this article i think is exactly what i was running into: http://tellgren.com/post/4070254783/trouble-with-imagemagick-with-openmp-on-a-vps i should have mentioned i was on a VPS, so sorry for the runaround. still looking for a one liner so i dont have all ...
- 2011-08-31T11:11:40-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
thanks fmw42, i'll try to compile with openmp disabled. the draw commands are relative to the yellow image
- 2011-08-31T10:45:13-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
some more info: the first draw file ( http://mcapraro.com/projects/downloads/lscc1ij89kao48mvns8muop1h04e5d43ae020dc_color_data.txt ) contains stroke data generated dynamically by a flash app. the second data file ( http://mcapraro.com/projects/downloads/lscc1ij89kao48mvns8muop1h04e5d43ae020dc_data ...
- 2011-08-31T10:37:49-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
hi guys, here is the output of the commands from the first post:
- 2011-08-31T10:19:24-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
ok, well, i cant achieve those same masking effects with the one-liner, at least not that way. so if anyone has any other ideas.. also, on the server i am on, it seems its the draw commands that are really slowing me down. a ton! is there any reason why parsing the draw commands on this server are ...
- 2011-08-31T10:05:17-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Re: Help with slowdown and combining commands...
thanks for the reply Bonzo! the mask data is for erasing that is done by the user, this sample might not be the best to show how that works, but yeah, i had trouble also making the mask work when it was all combined. i will give this a show though, thanks!
- 2011-08-31T07:38:52-07:00
- Forum: Users
- Topic: Help with slowdown and combining commands...
- Replies: 14
- Views: 28348
Help with slowdown and combining commands...
hi there, i've been using ImageMagick in testing and on a production server and it has been working fine. Now i just moved to a new server that is supposed to be better overall and noticing extreme slow downs in ImagMagick convert performance. i am running this from a php script, here are is what i ...