Absolutely agreed. A part of what i was asking deals with what he is
actually doing...
--
The trouble with programmers is that you can never tell what a
programmer is doing until it’s too late. ~Seymour Cray
On Mon, Jan 23, 2012 at 9:37 PM, Robert Cummings wrote:
> On 12-01-23 09:29 PM, Alex
On 12-01-23 09:29 PM, Alex Nikitin wrote:
Have you done image processing? In my experience, with image
generation, photography and processing, typically you are bound by
resources when processing large amount of files than your connection,
or sometimes even disk io.
It really depends on what yo
Have you done image processing? In my experience, with image
generation, photography and processing, typically you are bound by
resources when processing large amount of files than your connection,
or sometimes even disk io.
--
The trouble with programmers is that you can never tell what a
program
On 12-01-23 01:32 PM, Alex Nikitin wrote:
If you don't mind me asking, if you want performance, which is kind of
essential if you are processing a large number of files, why are you
doing it in PHP?
--
The trouble with programmers is that you can never tell what a
programmer is doing until it’s
If you don't mind me asking, if you want performance, which is kind of
essential if you are processing a large number of files, why are you
doing it in PHP?
--
The trouble with programmers is that you can never tell what a
programmer is doing until it’s too late. ~Seymour Cray
--
PHP General Mai
On 23 January 2012 14:34, Matijn Woudt wrote:
> On Mon, Jan 23, 2012 at 3:26 PM, Nicholas Cooper
> wrote:
>> On 23 January 2012 13:26, Matijn Woudt wrote:
>>> On Mon, Jan 23, 2012 at 1:51 PM, Nicholas Cooper
>>> wrote:
Hi everyone,
I've created an image in RGB from ImageMagick,
On Mon, Jan 23, 2012 at 3:26 PM, Nicholas Cooper wrote:
> On 23 January 2012 13:26, Matijn Woudt wrote:
>> On Mon, Jan 23, 2012 at 1:51 PM, Nicholas Cooper
>> wrote:
>>> Hi everyone,
>>>
>>> I've created an image in RGB from ImageMagick, it's 4 by 4 so I'm
>>> expecting 48 numbers (4*4*3). [wid
On 23 January 2012 13:26, Matijn Woudt wrote:
> On Mon, Jan 23, 2012 at 1:51 PM, Nicholas Cooper
> wrote:
>> Hi everyone,
>>
>> I've created an image in RGB from ImageMagick, it's 4 by 4 so I'm
>> expecting 48 numbers (4*4*3). [width*height*(R,G,B)]
>>
>> When I read the file with PHP and unpack
On Mon, Jan 23, 2012 at 1:51 PM, Nicholas Cooper wrote:
> Hi everyone,
>
> I've created an image in RGB from ImageMagick, it's 4 by 4 so I'm
> expecting 48 numbers (4*4*3). [width*height*(R,G,B)]
>
> When I read the file with PHP and unpack it I get between 330 and 333,
> I guess this difference i
Hi everyone,
I've created an image in RGB from ImageMagick, it's 4 by 4 so I'm
expecting 48 numbers (4*4*3). [width*height*(R,G,B)]
When I read the file with PHP and unpack it I get between 330 and 333,
I guess this difference is down to headers and end of file data. Is
there anyway to access on
10 matches
Mail list logo