Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Looking for script setting a pixel marker in an image

Reply
Thread Tools

Looking for script setting a pixel marker in an image

 
 
GHL
Guest
Posts: n/a
 
      02-14-2006
Hello,

I am looking for a script, which is able to set a pixel marker in an image
file at position x|y (whereas xmax and ymax are the maximum width and height
of that image in pixels).
The color value shall be handed over with constant col.

For reason of simplicity the filename does not vary and should be
filename.ext and the path can be define hardcoded in the script.

It would be of great help if the pointsize of the pixel marker could be
defined within the script using a numeric value, thus 2 would mean the
marker is 2x2 pixels in size.

Seems simple but I didn't find a solution to this problem (and my Perl
knowledge is only very basic...).

+++

Does anyone of you know a script, which can do just this (or even more) or
can remember where he has seen any (any specific link appreciated !) ?

Thanks so much in advance !


 
Reply With Quote
 
 
 
 
Dr.Ruud
Guest
Posts: n/a
 
      02-14-2006
GHL schreef:

> I am looking for a script, which is able to set a pixel marker in an
> image file at position x|y (whereas xmax and ymax are the maximum
> width and height of that image in pixels).
> The color value shall be handed over with constant col.
>
> For reason of simplicity the filename does not vary and should be
> filename.ext and the path can be define hardcoded in the script.
>
> It would be of great help if the pointsize of the pixel marker could
> be defined within the script using a numeric value, thus 2 would mean
> the marker is 2x2 pixels in size.
>
> Seems simple but I didn't find a solution to this problem (and my Perl
> knowledge is only very basic...).
>
> +++
>
> Does anyone of you know a script, which can do just this (or even
> more) or can remember where he has seen any (any specific link
> appreciated !) ?
>
> Thanks so much in advance !


Try GD::Simple, http://search.cpan.org/~lds/GD/GD/Simple.pm

--
Affijn, Ruud

"Gewoon is een tijger."

 
Reply With Quote
 
 
 
 
GHL
Guest
Posts: n/a
 
      02-15-2006
Thanks for thishint, Ruud !
I will master up all my humble Perl knowledge and give that a try !

"Dr.Ruud" <rvtol+> schrieb im Newsbeitrag
news:...
> GHL schreef:
>
>> I am looking for a script, which is able to set a pixel marker in an
>> image file at position x|y (whereas xmax and ymax are the maximum
>> width and height of that image in pixels).
>> The color value shall be handed over with constant col.
>>
>> For reason of simplicity the filename does not vary and should be
>> filename.ext and the path can be define hardcoded in the script.
>>
>> It would be of great help if the pointsize of the pixel marker could
>> be defined within the script using a numeric value, thus 2 would mean
>> the marker is 2x2 pixels in size.
>>
>> Seems simple but I didn't find a solution to this problem (and my Perl
>> knowledge is only very basic...).
>>
>> +++
>>
>> Does anyone of you know a script, which can do just this (or even
>> more) or can remember where he has seen any (any specific link
>> appreciated !) ?
>>
>> Thanks so much in advance !

>
> Try GD::Simple, http://search.cpan.org/~lds/GD/GD/Simple.pm
>
> --
> Affijn, Ruud
>
> "Gewoon is een tijger."
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Fuji S3000 3.2m/pixel output, or 6 m/pixel interpolated output? Peter H Digital Photography 43 12-04-2003 02:35 PM
Fuji S3000 - 3.2 m/pixel or 6 m/pixel? Peter H Digital Photography 3 11-18-2003 11:17 PM
Re: Pixel size of individual Pixel Robert E. Williams Digital Photography 2 09-16-2003 03:02 PM
Re: Pixel size of individual Pixel Tom Thackrey Digital Photography 2 09-14-2003 04:17 PM
Hot pixel vs. stuck pixel Abrasha Digital Photography 5 09-02-2003 04:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57