Search found 20 matches
- 2019-03-24T21:13:13-07:00
- Forum: Users
- Topic: Adding a margin of repeated pixels around edges of image
- Replies: 4
- Views: 7974
Re: Adding a margin of repeated pixels around edges of image
This worked wonders. Thank you!!!

- 2019-03-22T18:23:57-07:00
- Forum: Users
- Topic: Adding a margin of repeated pixels around edges of image
- Replies: 4
- Views: 7974
Re: Adding a margin of repeated pixels around edges of image
Hello GeeMack,
Thanks for your response! I actually just read another response asking for version and should have posted.
I'm using:
ImageMagick 6.9.7-4 Q16 x86_64 20170114
I'll give this a shot as early as tonight and will report. Thanks again!!
Thanks for your response! I actually just read another response asking for version and should have posted.
I'm using:
ImageMagick 6.9.7-4 Q16 x86_64 20170114
I'll give this a shot as early as tonight and will report. Thanks again!!
- 2019-03-22T11:46:24-07:00
- Forum: Users
- Topic: Adding a margin of repeated pixels around edges of image
- Replies: 4
- Views: 7974
Adding a margin of repeated pixels around edges of image
Hello ImageMagick gurus,
I'm preparing textures for a 3D model and need to add a margin of repeated pixels around the edges. This will prevent odd seams at the edges of my model UV maps, adding a bit of margin there as well.
The image is 4054 pixels wide/high and want to resize to 4096, with the ...
I'm preparing textures for a 3D model and need to add a margin of repeated pixels around the edges. This will prevent odd seams at the edges of my model UV maps, adding a bit of margin there as well.
The image is 4054 pixels wide/high and want to resize to 4096, with the ...
- 2012-10-16T12:57:22-07:00
- Forum: Users
- Topic: Apply text to a canvas within a bounding box at max size?
- Replies: 8
- Views: 12183
Re: Apply text to a canvas within a bounding box at max size
Cool. I'll look it up. Thanks for your responses!
===
On a side note, I did make an updated email image in a new "Invite a Friend!" feature here:
http://www.scifisprings.com/invite.php
Feel free to try it out. Feedback is welcome. Man, now I have so many ideas to make future stuff even cooler ...
===
On a side note, I did make an updated email image in a new "Invite a Friend!" feature here:
http://www.scifisprings.com/invite.php
Feel free to try it out. Feedback is welcome. Man, now I have so many ideas to make future stuff even cooler ...
- 2012-10-08T06:52:01-07:00
- Forum: Users
- Topic: Apply text to a canvas within a bounding box at max size?
- Replies: 8
- Views: 12183
Re: Apply text to a canvas within a bounding box at max size
Hello Anthony,
Thanks for the insightful example. Am I correct in that the image is still being written to the hard drive then read in the second part of your command, or is it being held in memory and only writing result.png? Is there a time/processor savings writing it in a command like this, or ...
Thanks for the insightful example. Am I correct in that the image is still being written to the hard drive then read in the second part of your command, or is it being held in memory and only writing result.png? Is there a time/processor savings writing it in a command like this, or ...
- 2012-10-03T19:34:08-07:00
- Forum: Users
- Topic: Apply text to a canvas within a bounding box at max size?
- Replies: 8
- Views: 12183
Re: Apply text to a canvas within a bounding box at max size
SUCCESS! Thanks for your feedback Bonzo!
http://farm9.staticflickr.com/8457/8052408877_10d5ca6176_b.jpg
convert -background transparent -size 187x37 -fill '#022949' -font Comic_Book2.ttf -gravity center label:"ImageMagick," temp.png
composite temp.png -gravity northwest -geometry +158+30 ...
http://farm9.staticflickr.com/8457/8052408877_10d5ca6176_b.jpg
convert -background transparent -size 187x37 -fill '#022949' -font Comic_Book2.ttf -gravity center label:"ImageMagick," temp.png
composite temp.png -gravity northwest -geometry +158+30 ...
- 2012-10-03T08:05:27-07:00
- Forum: Users
- Topic: Apply text to a canvas within a bounding box at max size?
- Replies: 8
- Views: 12183
Re: Apply text to a canvas within a bounding box?
Bonzo,
That may be just the tip I need. I'll respond later this evening with what I piece together if it works.
Thanks!!
Chris
That may be just the tip I need. I'll respond later this evening with what I piece together if it works.
Thanks!!
Chris
- 2012-10-03T06:27:29-07:00
- Forum: Users
- Topic: Apply text to a canvas within a bounding box at max size?
- Replies: 8
- Views: 12183
Apply text to a canvas within a bounding box at max size?
Hello,
I've become quite fond of ImageMagick through PHP's "Imagick" interface/wrapper. However, my shared hosting account where I'll be generating some fun dynamic email headers does not support it. It DOES support direct "convert" command line calls (who would have thought?). Could I trouble ...
I've become quite fond of ImageMagick through PHP's "Imagick" interface/wrapper. However, my shared hosting account where I'll be generating some fun dynamic email headers does not support it. It DOES support direct "convert" command line calls (who would have thought?). Could I trouble ...
- 2012-05-21T06:50:47-07:00
- Forum: Users
- Topic: distort image for cylindrical projection on sphere...
- Replies: 7
- Views: 17566
Re: distort image for cylindrical projection on sphere...
Thanks a ton for the excellent feedback.
I think I have what I need for quick graphics added to ECE images. On a side note, I'm also getting into rendering ECE images from Blender and panorama stitching software, great for working more at the source of it all. Using ImageMagick's barrel effect ...
I think I have what I need for quick graphics added to ECE images. On a side note, I'm also getting into rendering ECE images from Blender and panorama stitching software, great for working more at the source of it all. Using ImageMagick's barrel effect ...
- 2012-05-19T16:53:23-07:00
- Forum: Users
- Topic: distort image for cylindrical projection on sphere...
- Replies: 7
- Views: 17566
Re: distort image for cylindrical projection on sphere...
http://farm8.staticflickr.com/7094/7229866208_6be82c6a9c.jpg http://farm9.staticflickr.com/8027/7229854404_a5fea90579.jpg
Above: same texture seen at different angles
For the moment I think I am reliving the efforts of other sphere content designers who wanted to place a square image (photo, logo ...
Above: same texture seen at different angles
For the moment I think I am reliving the efforts of other sphere content designers who wanted to place a square image (photo, logo ...
- 2012-05-19T07:51:44-07:00
- Forum: Users
- Topic: [Solved] Moving a sun on a black background to a blue back?
- Replies: 9
- Views: 18200
RESOLVED: Moving a sun on a black background to a blue back?
Sorry to bring this old post back to life. I forgot to share the success of this experiment. A live sun background is now being featured at:
http://www.spacefoundation.org
At the moment I don't recall all the specific details, but the secret sauce was using -clut, combined with some cropping and ...
http://www.spacefoundation.org
At the moment I don't recall all the specific details, but the secret sauce was using -clut, combined with some cropping and ...
- 2012-05-19T07:46:47-07:00
- Forum: Users
- Topic: distort image for cylindrical projection on sphere...
- Replies: 7
- Views: 17566
Re: distort image for cylindrical projection on sphere...
Quality output comes with time. :) I'm not too concerned about the speed of rendering. I'll be sure to experiment with the options you suggested. Today I'm re-familiarizing myself with ImageMagick in general, getting some script helpers built and a new virtual sphere set up on my Mac.
Random ...
Random ...
- 2012-05-18T19:37:43-07:00
- Forum: Users
- Topic: distort image for cylindrical projection on sphere...
- Replies: 7
- Views: 17566
Re: distort image for cylindrical projection on sphere...
Nice!
Thanks for the super fast and super helpful reply. I'll definitely take a look at the barrel distortion first and that should cover what I need. It also sparked some additional fun ideas to try with multiple images on the same map (e.g. logo visible from multiple sides, video playing in ...
Thanks for the super fast and super helpful reply. I'll definitely take a look at the barrel distortion first and that should cover what I need. It also sparked some additional fun ideas to try with multiple images on the same map (e.g. logo visible from multiple sides, video playing in ...
- 2012-05-18T13:52:10-07:00
- Forum: Users
- Topic: distort image for cylindrical projection on sphere...
- Replies: 7
- Views: 17566
distort image for cylindrical projection on sphere...
Hello,
I work as part of the Space Foundation and we're getting a really cool new educational tool: Science on a Sphere (SOS):
http://www.christopherstevens.cc/blog/blog/wp-content/uploads/2012/04/scienceOnASphere.jpg
Image Credit: NASA / GSFC: NASA gave a special Science On a Sphere (SOS ...
I work as part of the Space Foundation and we're getting a really cool new educational tool: Science on a Sphere (SOS):
http://www.christopherstevens.cc/blog/blog/wp-content/uploads/2012/04/scienceOnASphere.jpg
Image Credit: NASA / GSFC: NASA gave a special Science On a Sphere (SOS ...
- 2011-08-17T11:57:11-07:00
- Forum: Users
- Topic: [Solved] Moving a sun on a black background to a blue back?
- Replies: 9
- Views: 18200
Re: Moving a sun on a black background to a blue background?
Yeah it's a pretty dark blue (#001427), but do calibrate your monitor. The world of color awaits! 