Dorjay said:
i want to copy the code from jpeg image and paste it on txt file???
You have a JPG image, a screen capture maybe, of some programming code,
is that the problem?
There's no text in an image. It's just a lot of dots arranged to
*look* like text. As macropod mentioned, you'd need Optical Character
Recognition (OCR) software to process the JPG and look for patterns of
dots that resemble text and make its best guess as to what characters
they are.
If that sounds like a recipe for code with errors in it, you've got the
picture. (But we knew that ... what you want is the text, nyuk nyuk).
Unless there are a lot of these images, your best bet is just to type
in the code yourself.