Re: How to user imagemagik in cakephp

2009-10-06 Thread Vijay

Hello All,

I got success & installed imagemagik on the ubuntu 9.04.

http://ubuntuforums.org/showthread.php?t=255042

This link helped me to install it.

Thanks to frankabel author

On Sep 26, 12:25 am, Jonathon Musters  wrote:
> Have you checked that php  is now showing it
>
> with a phpinfo();   ?
>
> more information and details are needed
>
> On Fri, Sep 25, 2009 at 2:31 PM, brian  wrote:
>
> > Well, what's the problem? Are you getting errors? Do you see anything
> > in Cake's error log? What about Apache's? Can you use ImageMagick from
> > a terminal? Can you use it from a plain (non-Cake) PHP script?
>
> > On Fri, Sep 25, 2009 at 9:28 AM, Vijay Kumbhar  wrote:
> >> Hello Jonathan,
>
> >> Thanks for the reply.
>
> >> I have tried the following links,
>
> >>http://www.imagemagick.org/script/install-source.php#unix
>
> >> using the instructions in the above link pages i have installed the image
> >> magik.
>
> >> Also i was searching for the uses from ,
>
> >>http://www.imagemagick.org/Usage/
>
> >> But i didnt get anything.
>
> >> can you please help me out?
>
> >> On Fri, Sep 25, 2009 at 5:12 PM, Jonathon Musters 
> >> wrote:
>
> >>> More information About whAt you tried, results, and what your looking
> >>> to get would be helpful
>
> >>> On 9/25/09, Vijay  wrote:
>
> >>> > Hello All,
>
> >>> > I am trying to work with image magik for one application.
>
> >>> > I am not getting any satisfying solution for this. Can anybody please
> >>> > help me out.
>
> >>> --
> >>> Sent from my mobile device
>
> >> --
> >> Thanks & Regards,
> >> Vijayk.
> >> Co-founder (www.weboniselab.com)
>
> >> "You Bring the Dreams, We'll Bring the Means"
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to user imagemagik in cakephp

2009-09-25 Thread Jonathon Musters

Have you checked that php  is now showing it

with a phpinfo();   ?

more information and details are needed

On Fri, Sep 25, 2009 at 2:31 PM, brian  wrote:
>
> Well, what's the problem? Are you getting errors? Do you see anything
> in Cake's error log? What about Apache's? Can you use ImageMagick from
> a terminal? Can you use it from a plain (non-Cake) PHP script?
>
> On Fri, Sep 25, 2009 at 9:28 AM, Vijay Kumbhar  wrote:
>> Hello Jonathan,
>>
>> Thanks for the reply.
>>
>> I have tried the following links,
>>
>> http://www.imagemagick.org/script/install-source.php#unix
>>
>> using the instructions in the above link pages i have installed the image
>> magik.
>>
>> Also i was searching for the uses from ,
>>
>> http://www.imagemagick.org/Usage/
>>
>>
>> But i didnt get anything.
>>
>> can you please help me out?
>>
>> On Fri, Sep 25, 2009 at 5:12 PM, Jonathon Musters 
>> wrote:
>>>
>>> More information About whAt you tried, results, and what your looking
>>> to get would be helpful
>>>
>>>
>>> On 9/25/09, Vijay  wrote:
>>> >
>>> > Hello All,
>>> >
>>> > I am trying to work with image magik for one application.
>>> >
>>> > I am not getting any satisfying solution for this. Can anybody please
>>> > help me out.
>>> > >
>>> >
>>>
>>> --
>>> Sent from my mobile device
>>>
>>>
>>
>>
>>
>> --
>> Thanks & Regards,
>> Vijayk.
>> Co-founder (www.weboniselab.com)
>>
>> "You Bring the Dreams, We'll Bring the Means"
>>
>> >
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to user imagemagik in cakephp

2009-09-25 Thread brian

Well, what's the problem? Are you getting errors? Do you see anything
in Cake's error log? What about Apache's? Can you use ImageMagick from
a terminal? Can you use it from a plain (non-Cake) PHP script?

On Fri, Sep 25, 2009 at 9:28 AM, Vijay Kumbhar  wrote:
> Hello Jonathan,
>
> Thanks for the reply.
>
> I have tried the following links,
>
> http://www.imagemagick.org/script/install-source.php#unix
>
> using the instructions in the above link pages i have installed the image
> magik.
>
> Also i was searching for the uses from ,
>
> http://www.imagemagick.org/Usage/
>
>
> But i didnt get anything.
>
> can you please help me out?
>
> On Fri, Sep 25, 2009 at 5:12 PM, Jonathon Musters 
> wrote:
>>
>> More information About whAt you tried, results, and what your looking
>> to get would be helpful
>>
>>
>> On 9/25/09, Vijay  wrote:
>> >
>> > Hello All,
>> >
>> > I am trying to work with image magik for one application.
>> >
>> > I am not getting any satisfying solution for this. Can anybody please
>> > help me out.
>> > >
>> >
>>
>> --
>> Sent from my mobile device
>>
>>
>
>
>
> --
> Thanks & Regards,
> Vijayk.
> Co-founder (www.weboniselab.com)
>
> "You Bring the Dreams, We'll Bring the Means"
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to user imagemagik in cakephp

2009-09-25 Thread Vijay Kumbhar
Hello Jonathan,

Thanks for the reply.

I have tried the following links,

http://www.imagemagick.org/script/install-source.php#unix

using the instructions in the above link pages i have installed the image
magik.

Also i was searching for the uses from ,

http://www.imagemagick.org/Usage/


But i didnt get anything.

can you please help me out?

On Fri, Sep 25, 2009 at 5:12 PM, Jonathon Musters wrote:

>
> More information About whAt you tried, results, and what your looking
> to get would be helpful
>
>
> On 9/25/09, Vijay  wrote:
> >
> > Hello All,
> >
> > I am trying to work with image magik for one application.
> >
> > I am not getting any satisfying solution for this. Can anybody please
> > help me out.
> > >
> >
>
> --
> Sent from my mobile device
>
> >
>


-- 
Thanks & Regards,
Vijayk.
Co-founder (www.weboniselab.com)

"You Bring the Dreams, We'll Bring the Means"

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to user imagemagik in cakephp

2009-09-25 Thread Jonathon Musters

More information About whAt you tried, results, and what your looking
to get would be helpful


On 9/25/09, Vijay  wrote:
>
> Hello All,
>
> I am trying to work with image magik for one application.
>
> I am not getting any satisfying solution for this. Can anybody please
> help me out.
> >
>

-- 
Sent from my mobile device

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



How to user imagemagik in cakephp

2009-09-25 Thread Vijay

Hello All,

I am trying to work with image magik for one application.

I am not getting any satisfying solution for this. Can anybody please
help me out.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---