<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>tcp doesn't care about what is sent via it. You 
open a TCP port (how to do this has I believe been pointed out to you 
thoroughly), then you send the image as a raw data stream. You better make sure 
that both sides are informed about the length of the data - in JPG, this 
information is part of the header; if you wish to be more generic, you can 
define your own layer 5 protocol (in the simplest case, sent the length of the 
data stream to follow followed by the raw data). Of course such a scheme can be 
used for all type of data, not just images.</FONT></DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=deepakverma14021994@gmail.com 
  href="mailto:deepakverma14021994@gmail.com">deepak verma</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=users@racket-lang.org 
  href="mailto:users@racket-lang.org">users</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, April 11, 2013 12:02 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [racket] sending imgaes via 
  tcp</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr>how can we send images via tcp?</DIV>
  <P>
  <HR>

  <P></P>____________________<BR>&nbsp; Racket Users list:<BR>&nbsp; <A 
  href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</A><BR></BLOCKQUOTE></BODY></HTML>