Texture Conversion

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tf_2010
Posts: 2
Joined: 2014-02-18T01:38:17-07:00
Authentication code: 6789

Texture Conversion

Post by tf_2010 »

Hello!
I need automatic conversion texture map from eye1 to eye2 (see the links)
Eye1: Image
Eye2: Image
Colors doesn't matter. It's just a sample.
How can I do such operation?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Texture Conversion

Post by fmw42 »

Where are the links? I only see the images? Can you not just make a circular mask and composite it with the image so that the outside is transparent?

Please clarify further or provide links to some explanation of the process you need? Also what version of IM are you using and what platform?
tf_2010
Posts: 2
Joined: 2014-02-18T01:38:17-07:00
Authentication code: 6789

Re: Texture Conversion

Post by tf_2010 »

Well... I just need to do:
1. Cut 1/8 of the eye's circle from eye1.jpg
2. Make whole circle from the arc (the sector of a circle) I've got on step 1
3. Scale new circle according to the size of eye2.jpg
Post Reply