Friday 15 August 2014

c# - Can I upload an image via wcf without converting to a byte array -



c# - Can I upload an image via wcf without converting to a byte array -

i capturing jpegs ip photographic camera , convert byte array , invoke web service , upload bytes.

when convert byte array jpeg , render notice image quality has deteriorated.

i have used encoder quality on varying scales still loss of quality.

is there alternative byte array ensure image quality?

i post code generic , want focus on alternative ways upload image low possible byte array size , possible.

you should perform test given fixed image.

the flow iscamera => jpeg => byte array ~> byte array -> jpeg -> screen.

where => arrows photographic camera side. where ~> arrow network. where -> arrows pc side.

jpeg => byte array ~> byte array -> jpeg have loss-less , should tested.

network connection handle byte array, it. alternative on compression algorithm. maybe should @ video compression algorithm (witch utilize previous images encode new ones, , have much more improve result).

but ip photographic camera have handle :o(

c# wcf image-processing

No comments:

Post a Comment