Wraping around a Cylinder in Windows
Posted: 2014-04-08T19:10:32-07:00
Hello all. I need to wrap an image (roughly 8" x 4") around a image of a mug. Of course, Fred's Cylinderize function would work great; however, I don't work with UNIX/MAC/LINUX, and cylinderize is not a valid argument in a standard IM deployment. I am leveraging IM in Windows 7 through MSAccess using VBA. A typical command looks like this:
objMi.Convert myoldimage, "-background", "white", "-flatten", mynewimage
My problem is that I cannot use Fred's scripts because I cannot install all of the required components into my work's Window's system, yet the "Overlay Example 2" is exactly what I need.
Is there another, perhaps less efficient way to wrap the image using traditional IM commands? Even if it's many individual steps?
Thanks for any insight.
Cheers.
objMi.Convert myoldimage, "-background", "white", "-flatten", mynewimage
My problem is that I cannot use Fred's scripts because I cannot install all of the required components into my work's Window's system, yet the "Overlay Example 2" is exactly what I need.
Is there another, perhaps less efficient way to wrap the image using traditional IM commands? Even if it's many individual steps?
Thanks for any insight.
Cheers.