comp.lang.ada
 help / color / mirror / Atom feed
* Question: re Image Files.
@ 2012-08-30 22:33 Austin Obyrne
  2012-08-30 22:55 ` Adam Beneschan
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Austin Obyrne @ 2012-08-30 22:33 UTC (permalink / raw)


Question:

In Ada I can use the Ada Package “WITH Ada.Text_IO” to read in a character from ASCII and operate on it like so,

InChar      : Character;
InCharValue : Integer ;

Then,

Ada.Text_IO. Get (Item => Inchar);
InCharValue :=  Character ‘POS (Inchar);

I can then operate on InCharValue mathematically.

Question: Is there any way by which I can reading in from an image file and operate on the individual pixels in a similar arithmetical way.

If not how are image files handled in Ada is there any transformation process?.

Your help would be greatly appreciated.

 - adacrypt





^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-09-12  0:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-30 22:33 Question: re Image Files Austin Obyrne
2012-08-30 22:55 ` Adam Beneschan
2012-08-31  1:35 ` tmoran
2012-08-31  7:16 ` Dmitry A. Kazakov
2012-08-31  7:18 ` Mark Murray
2012-08-31  8:58   ` Austin Obyrne
2012-08-31  9:25     ` Ludovic Brenta
2012-08-31  9:41       ` Dmitry A. Kazakov
2012-08-31  9:14   ` Austin Obyrne
2012-08-31 17:09     ` Mark Murray
2012-08-31 17:36       ` Austin Obyrne
2012-08-31 22:09         ` Shark8
2012-09-04 10:05         ` Antti Louko
2012-08-31 21:12   ` gautier_niouzes
2012-09-01  6:58     ` Austin Obyrne
2012-09-03  6:02   ` Anatoly Chernyshev
2012-09-03  7:27     ` Mark Murray
2012-08-31  8:41 ` Brian Drummond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox