On Fri, May 1, 2009 at 7:11 AM, Kevin Waterson wrote:
> This one time, at band camp, Michael A. Peters wrote:
>> Here's the scenario -
>>
>> Website has some demonstrative images.
>>
>> I create these images with the gimp - starting with a jpeg, adding a few
>> text layers and straight lines.
>>
>
This one time, at band camp, Michael A. Peters wrote:
> Here's the scenario -
>
> Website has some demonstrative images.
>
> I create these images with the gimp - starting with a jpeg, adding a few
> text layers and straight lines.
>
> I then save as xcf in case I ever need to edit.
>
> Then I
Ashley Sheridan wrote:
Do the text layers have to go beneath something on the original xcf, or
have special effects applied to them? If not, you can add t existing
images with GD, by using a source image, adding text layers, etc, and
then exporting it as a new graphic.
Yeah - I know I can do
On Thu, 2009-04-30 at 23:35 -0700, Michael A. Peters wrote:
> Here's the scenario -
>
> Website has some demonstrative images.
>
> I create these images with the gimp - starting with a jpeg, adding a few
> text layers and straight lines.
>
> I then save as xcf in case I ever need to edit.
>
>
These classes contain methods which are just normal functions only residing
in a class.
pichoscosama wrote:
>
> When I look at online documentations of PHP I can not see ImageMagick
> functions. Only classes. What happened?
>
> --
> Allah varsa çocuklar neden ölüyor ki?
>
> --
> PHP Ge
On Tuesday 02 May 2006 18:24, Ray Hauge wrote:
> On Tuesday 02 May 2006 18:19, Ray Hauge wrote:
> > I have an application that shows thumnails of PDF files in different
> > directories. I have so far decided that I can use "convert" from
> > imagemagick to get a .jpg, .png, .gif, etc. to display a
On Tuesday 02 May 2006 18:19, Ray Hauge wrote:
> I have an application that shows thumnails of PDF files in different
> directories. I have so far decided that I can use "convert" from
> imagemagick to get a .jpg, .png, .gif, etc. to display as the image. The
> problem I'm running into is that I
On Tue, April 5, 2005 1:05 am, [EMAIL PROTECTED] said:
> which one is better ImageMagick or GD?
>
> infact I am much more curious about their image processing speed and
> server
> load. especially resizing large imagefiles.
It probably depends more on your Machine's typical load/usage/processes
th
Personally, I prefer IM. As far as load issues are concerned, I am not
sure which one is quicker. I have used both in large scale image web
apps (i.e. photo galerries). I have experienced a long loading time for
images in IM, that are at or above 2MB in size.
C.J.
> which one is better ImageMagic
> Does anyone knows if PHP library for ImageMagick has multilanguage support?
> I am planning to use it but I have not found anything related to this on
> their site
Do you mean for the error messages ?
IMHO the error messages are for the programer, so there is not a real need to
be multi-languag
Ok i finally got the script going :) If anyones curious heres the code.
exec($path_imagemagick."convert $path_picture -crop $height"."x$width+$x+$y
$path_picture2");
"Cameron Metzke" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> i have a script where people upload an image it is th
I believe there have been a few starts and stops with a module in the past
but I haven't found anything with the complete feature set. I intend to
do that. I am going to be looking for help in the future but I'd like to
get the current stuff closer to my goal. There a number of things on the
I had no idea anyone was actively working on something like this. Are
you looking for help? Do you plan on perhaps making this a Sourceforge
project, or something similar?
Cheers and great job,
Wes
On Thursday, November 21, 2002, at 05:56 PM, Michael Montero wrote:
Just released the next ve
Hi,
I had problem with ImageMagick's identify. When trying to use with a shell command in
PHP big problems!
Why. Trace of identify showed that it wants to create a temporary file in the
directory where the scripts is but the apache/php runs
under nobody:nobody but the web directories are owned b
14 matches
Mail list logo