Question: Write a simple C# program that creates an image of the sin function. y = sin x - file format: pgm (P2 / grey)
Write a simple C# program that creates an image of the sin function. y = sin x - file format: pgm (P2 / grey) - file name: out.pgm - sin function: width/domain/x: [0..2pi] y: real numbers [-1.0..+1.0] - image: 0.5- -0.5 Fake +Alex width: 500 pixels ({0,..,499}) height: 250 pixels (repeat values from sin 250 times) pixel values: integers {0,...,255} Activat Go to Set
Step by Step Solution
3.39 Rating (149 Votes )
There are 3 Steps involved in it
using System using SystemDrawing using SystemDrawingImaging class Program static void Mainstring arg... View full answer
Get step-by-step solutions from verified subject matter experts
