Search found 36 matches
- 2011-03-01T10:58:33-07:00
- Forum: Users
- Topic: Best way to apply Perspective distorted image as a layer?
- Replies: 3
- Views: 10243
Re: Best way to apply Perspective distorted image as a layer
Works like a charm! Thanks!
- 2011-03-01T09:49:44-07:00
- Forum: Users
- Topic: Best way to apply Perspective distorted image as a layer?
- Replies: 3
- Views: 10243
Best way to apply Perspective distorted image as a layer?
I looked for this question in old posts but didn't come up with quite the same issue. I know this is a common question, though - what is the best way to perspective distort (or for that matter, apply any complex distortion) an image and then add it as a layer into another image? I've got perspective ...
- 2011-02-28T13:59:59-07:00
- Forum: Users
- Topic: Determine Total Canvas Size WITH Transparent Margins?
- Replies: 27
- Views: 64749
Re: Determine Total Canvas Size WITH Transparent Margins?
If you can upload it elsewhere online, use the tag to put it in the post.
- 2011-02-28T09:40:08-07:00
- Forum: Users
- Topic: How was this imagemagick pointillism effect created?
- Replies: 14
- Views: 30901
Re: How was this imagemagick pointillism effect created?
Now that I can use spread, I've got some attempts at this effect to show. I think it is somewhat close, but I'm wondering if anyone has thoughts on how to make it closer. Below are images/code. First, this is a sample image of the Iphone Pointillism app that seems to have used imagemagick. http://3 ...
- 2011-02-28T07:40:14-07:00
- Forum: Bugs
- Topic: Certain commands not working in Windows 7
- Replies: 8
- Views: 20770
Re: Certain commands not working in Windows 7
Spread is now working for me on Windows 7, 64-bit. Thanks again!
- 2011-02-25T08:05:58-07:00
- Forum: Bugs
- Topic: Certain commands not working in Windows 7
- Replies: 8
- Views: 20770
Re: Certain commands not working in Windows 7
Thanks so much!
- 2011-02-24T14:15:08-07:00
- Forum: Bugs
- Topic: Certain commands not working in Windows 7
- Replies: 8
- Views: 20770
Re: Certain commands not working in Windows 7
Hm... It failed to work on two Windows 7 machines, both running 6.6.7.7 or close to it.
Someone brought up OpenMP before - I see what it is generally on wikipedia, but I have no idea if these two computers have it. Should they?
Someone brought up OpenMP before - I see what it is generally on wikipedia, but I have no idea if these two computers have it. Should they?
- 2011-02-24T14:04:51-07:00
- Forum: Bugs
- Topic: Certain commands not working in Windows 7
- Replies: 8
- Views: 20770
Re: Certain commands not working in Windows 7
Sorry to not do that in the first place. convert logo: -spread 3 logo.png output image: blank white. convert test.jpg -spread 3 spread.jpg test.jpg http://4.bp.blogspot.com/-uHLZ-VSOfw4/TWbHCJhPAWI/AAAAAAAAARM/_51a7YcYU58/s1600/test.jpg spread.jpg http://3.bp.blogspot.com/-XKxFC05Uv6s/TWbHCWelIEI ...
- 2011-02-24T13:24:39-07:00
- Forum: Users
- Topic: Trouble compositing images onto effects-filled canvases
- Replies: 12
- Views: 27034
Re: Trouble compositing images onto effects-filled canvases
I've just discovered through comparison that several commands/scripts don't work on windows 7 64-bit, but do work on windows xp/vista 32-bit. So --- I've got to go through a retry several problems, including this one. If it still doesn't work, I'll try that method. Thanks.
- 2011-02-24T12:29:02-07:00
- Forum: Bugs
- Topic: Certain commands not working in Windows 7
- Replies: 8
- Views: 20770
Certain commands not working in Windows 7
I've just discovered that on Windows 7 commands like -spread and some translations of Fred's scripts do not work, but they work fine on XP/Vista/32-bit windows. I just tested this over several machines (2 each on Windows 7, 2 each on XP/Vista) I couldn't get a clear search result in this forum to ...
- 2011-02-24T11:50:12-07:00
- Forum: Users
- Topic: Trouble compositing images onto effects-filled canvases
- Replies: 12
- Views: 27034
Re: Trouble compositing images onto effects-filled canvases
That was a mistake in copying the code; I ran it again with the space and got the same result as the image posted above.
- 2011-02-24T09:24:46-07:00
- Forum: Users
- Topic: Trouble compositing images onto effects-filled canvases
- Replies: 12
- Views: 27034
Re: Trouble compositing images onto effects-filled canvases
I really appreciate the detailed replies. My IM version is 6.6.7-7, and I've only had versions released in the last month installed before on this computer. I've read over your suggestions and plan on revisiting them shortly to work through them in a thorough manner. In the meantime, I tried the ...
- 2011-02-23T14:20:09-07:00
- Forum: Users
- Topic: Best methods for layering and perspective shearing
- Replies: 2
- Views: 7377
Best methods for layering and perspective shearing
I'm getting into the funner stuff of Imagemagick... below is an attempt to overlay and image onto another. I've sorta got it, but I'm interested to hear suggestions. I've got no problem with the simple combination of images ( -draw "image Over x,x,x,x .jpg" ...) but I'm hoping to obtain cutouts in ...
- 2011-02-23T13:06:19-07:00
- Forum: Users
- Topic: Trouble compositing images onto effects-filled canvases
- Replies: 12
- Views: 27034
Re: Trouble compositing images onto effects-filled canvases
Thanks for the correction on the image size. I'm beginning to think I suffer from the "curse of windows," as copying your script exactly did not produce anything different. The image below merely shifting up. One thought: is the "swap miff" called for in the third line a .miff file that I should ...
- 2011-02-23T10:58:27-07:00
- Forum: Users
- Topic: Trouble compositing images onto effects-filled canvases
- Replies: 12
- Views: 27034
Re: Trouble compositing images onto effects-filled canvases
fmw42 - I'm using IM 6.6.7.7 on Windows 7 with ample specs. I tried Cygwin previously to run your disperse script as is, but it had a previously posted error with the IM version that didn't find resolution. Becuase of that, I've taken to trying to extract the process and plug in values manually. The ...