Hi All,
I want to change the direction of image in 3D, as currently it is showing its third angle from left to right side. So right side will be showing its 3D edge. But i want to make an example from right to left. So it will show its third angle in left direction.
Here is my code,
https://www ...
Search found 16 matches
- 2014-07-26T01:08:37-07:00
- Forum: Users
- Topic: Show 3D image from left side
- Replies: 1
- Views: 2118
- 2014-07-25T23:00:28-07:00
- Forum: Users
- Topic: Move Image Views
- Replies: 6
- Views: 3852
Re: Move Image Views
Yeah,
You are right, I really appreciate your efforts, as well as your time towards the issues. This forum is amongst the best forum. Probably you are able to find out answers of all the issues, my experience says. Keep it uppppp.....
Anyways,
Can any one have any example regarding my issue, from ...
You are right, I really appreciate your efforts, as well as your time towards the issues. This forum is amongst the best forum. Probably you are able to find out answers of all the issues, my experience says. Keep it uppppp.....
Anyways,
Can any one have any example regarding my issue, from ...
- 2014-07-25T22:36:45-07:00
- Forum: Users
- Topic: Move Image Views
- Replies: 6
- Views: 3852
Re: Move Image Views
I am extremely sorry for that,
ImageMagick-6.8.9-Q8, win 7 64bit..
By the one thing, the changes in version may cause problem in output?
and also i have those script downloaded once, but not able understand as linux commands, can u have this script in PHP?
ImageMagick-6.8.9-Q8, win 7 64bit..

By the one thing, the changes in version may cause problem in output?
and also i have those script downloaded once, but not able understand as linux commands, can u have this script in PHP?
- 2014-07-25T05:08:56-07:00
- Forum: Users
- Topic: Move Image Views
- Replies: 6
- Views: 3852
Move Image Views
HI All,
I am playing with Imagemagick, have done to generate 3d images. with the examples.
now I am trying to rotate 3D view in every direction, e.g want to show its top view, its bottom view, right view, left view.
Dont know how to start? Can Any one help to how can i do that?
Sample image is ...
I am playing with Imagemagick, have done to generate 3d images. with the examples.
now I am trying to rotate 3D view in every direction, e.g want to show its top view, its bottom view, right view, left view.
Dont know how to start? Can Any one help to how can i do that?
Sample image is ...
- 2014-06-13T22:31:01-07:00
- Forum: Developers
- Topic: Set Frame on Image by Append and Merge
- Replies: 5
- Views: 8933
Re: Set Frame on Image by Append and Merge
Yeah, I would Say, Antony Sir.... 

- 2014-06-12T23:46:04-07:00
- Forum: Developers
- Topic: Set Frame on Image by Append and Merge
- Replies: 5
- Views: 8933
Re: Set Frame on Image by Append and Merge
Hey Bonzo,
You got thousands salute....... :D
You gave a single line answer, but you know , I an confused with this logic, as i am a new born fish in this ocean.
What all this syntax means, I am trying to learning meanwhile.
Thank a Lot again, You helped me.
One personal question on the closing ...
You got thousands salute....... :D
You gave a single line answer, but you know , I an confused with this logic, as i am a new born fish in this ocean.
What all this syntax means, I am trying to learning meanwhile.
Thank a Lot again, You helped me.
One personal question on the closing ...
- 2014-06-12T07:22:23-07:00
- Forum: Developers
- Topic: Set Frame on Image by Append and Merge
- Replies: 5
- Views: 8933
Re: Set Frame on Image by Append and Merge
Here is My latest code, Just need to put the left and right edges on the back side only, but still resizing is not working with, for image 2.jpg
<?php
// Input image
$image = '3.jpg';
// Resize to a png to stop quality loss
exec("convert $image -thumbnail 500x500 temp.png");
$size = getimagesize ...
<?php
// Input image
$image = '3.jpg';
// Resize to a png to stop quality loss
exec("convert $image -thumbnail 500x500 temp.png");
$size = getimagesize ...
- 2014-06-12T06:58:45-07:00
- Forum: Developers
- Topic: Set Frame on Image by Append and Merge
- Replies: 5
- Views: 8933
Set Frame on Image by Append and Merge
Hi All,
I am trying to resize the image and trying to set frame onto 4 side of the image,
My code is given here, I dont know how to do that,
If any one have idea, Please help me to solve this example
I have added the images of various sizes, 1.jpg, 2.jpg, 3.jpg, 4.jpg, 5.jpg
Need to set the frame ...
I am trying to resize the image and trying to set frame onto 4 side of the image,
My code is given here, I dont know how to do that,
If any one have idea, Please help me to solve this example
I have added the images of various sizes, 1.jpg, 2.jpg, 3.jpg, 4.jpg, 5.jpg
Need to set the frame ...
- 2014-06-03T02:09:10-07:00
- Forum: Developers
- Topic: Set Image Border
- Replies: 6
- Views: 9486
Re: Set Image Border
Hey Bonzo,
That was amazing, now I got where i was doing mistake, there was wrong calculation for image edge sizes, for height and width, and the alternative you have given for -fill command is very qualifies logic, we can use it in the alternate of border color, i am right i think.
You gave a ...
That was amazing, now I got where i was doing mistake, there was wrong calculation for image edge sizes, for height and width, and the alternative you have given for -fill command is very qualifies logic, we can use it in the alternate of border color, i am right i think.
You gave a ...
- 2014-06-02T06:56:34-07:00
- Forum: Developers
- Topic: Set Image Border
- Replies: 6
- Views: 9486
Re: Set Image Border
Nop, +repage is not working with the same, have tried with the same before and now also........... 

- 2014-06-02T05:21:57-07:00
- Forum: Developers
- Topic: Set Image Border
- Replies: 6
- Views: 9486
Re: Set Image Border
Hi Bonzo, Thanks for your reply, I have uploaded output.zip onto same dropbox url,
I mean by dynamic border is when i am trying to create 3d image it leaves some gap between image and edges,
But when you put the images one by one in script $image variable, you will get the output images, same ...
I mean by dynamic border is when i am trying to create 3d image it leaves some gap between image and edges,
But when you put the images one by one in script $image variable, you will get the output images, same ...
- 2014-06-02T01:49:20-07:00
- Forum: Developers
- Topic: Set Image Border
- Replies: 6
- Views: 9486
Set Image Border
Hi All,
I have tree sample images in landscape and portrait format, Now i want to set dynamically set border color on its edges, I am little bit slow in imagemagick , so not able to perform this.
Can any one look into this.
My Sample code and sample images can be downloaded from below path.
https ...
I have tree sample images in landscape and portrait format, Now i want to set dynamically set border color on its edges, I am little bit slow in imagemagick , so not able to perform this.
Can any one look into this.
My Sample code and sample images can be downloaded from below path.
https ...
- 2014-05-22T23:27:46-07:00
- Forum: Developers
- Topic: Mirror Image Effect in 3D View
- Replies: 6
- Views: 9580
Re: Mirror Image Effect in 3D View
Hey FMW,
that is the idea, but you know the solution of this, I got from Mr. Anthony, although he is suffering from cold, but he helped me and took out from the trouble.
I salute to Mr. Anthony and the same respect to you also for your time, ideas and the knowledge on the web.
Thank you guys ...
that is the idea, but you know the solution of this, I got from Mr. Anthony, although he is suffering from cold, but he helped me and took out from the trouble.
I salute to Mr. Anthony and the same respect to you also for your time, ideas and the knowledge on the web.
Thank you guys ...
- 2014-05-21T23:36:03-07:00
- Forum: Developers
- Topic: Mirror Image Effect in 3D View
- Replies: 6
- Views: 9580
Re: Mirror Image Effect in 3D View
Hey Buddy, thanks for your reply, but this is putting me in lots of confusion, as i am new to this technology, i cant understanding what you are directing about.
in here i m not getting attachment option, else wise i can show you what i have done untill, can we have another communication way???
in here i m not getting attachment option, else wise i can show you what i have done untill, can we have another communication way???
- 2014-05-21T22:26:43-07:00
- Forum: Developers
- Topic: Mirror Image Effect in 3D View
- Replies: 6
- Views: 9580
Re: Mirror Image Effect in 3D View
Hey FMW42, Thanks for your reply,
I am using ImageMagick 6.8.9-0 Q8 (64 bit) with Windows 7,
This reflections is for 2d, but if i want to implement same with 3d in 30' angle....
Can u please look at once.
I am using ImageMagick 6.8.9-0 Q8 (64 bit) with Windows 7,
This reflections is for 2d, but if i want to implement same with 3d in 30' angle....

Can u please look at once.