How do I convert the image into ASCII format?

Let’s learn how do I convert the image into ASCII format. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

Convert jpg image in ppm P3 ASCII format using Opencv

Using opencv imwrite function I managed to convert jpg image in ppm P6 format. Mat image = imread(picPath); vector<int> compression_params; compression_params.push_back(CV_IMWRITE_PXM_BINARY); compression_params.push_back(1); imwrite("bez.ppm", image, compression_params); Problem is that I actually have to convert jpg image in ppm P3 ASCII format. Does anyone know how to do it? Thanks! EDIT: In the project I have the following piece of code where I check the maximum value...

Answer:

The code involved is in the file modules/imgcodecs/src/grfmt_pxm.cpp in the OpenCV source tree. It sets...

Read more

Denis Štajduhar at Stack Overflow Mark as irrelevant Undo

Other solutions

What is code to convert an RGB image to binary image , and then save that image in form of matrix in notepad? one more question: code to convert binary matrix in notepad to Binary image format? Please reply fast

I have an image(PNG, JPEG, etc) in the RGB format. However, I would like to create a routine for loading into MATLAB saving it in a text file which can be viewing in a notepad.

Answer:

how can we convert random lines detected in m...

Read more

Muhammad Waqar at Quora Mark as irrelevant Undo

How to convert Adobe Photoshop image format to simple JPEG format?

friends please help me i have an adobe Photoshop C8 i have edited a image of mine in it n i want to save it as a JPEG image but there are no opts for such format its only in the Photoshop format ! by using this format i am able to access the image by...

Answer:

Under the "File" menu tab, choose "Save for Web & Devices" From there you can...

Read more

WOW at Yahoo! Answers Mark as irrelevant Undo

How can i convert scanned image in tif format into pcx or jpg format?

I have to convert image from tif format to pcx or jpg format my consultant has shown inability therfore I have to scan the image again in pcx format.

Answer:

Just right click on the image, then click on edit. It will open in any number of programs - depends...

Read more

manoj s at Yahoo! Answers Mark as irrelevant Undo

How to convert pdf format docs (image format) into word docs?

Good afternoon. I need to apply some quantitative measures on my data (corpus linguistics research). However, they are in PDF format and when I tried to convert them to word format, it didn't work because their format is an image. Can you please give...

Answer:

Use "enolsoft pdf converter". It is free download and can be found at http://itunes.apple...

Read more

mannou at Yahoo! Answers Mark as irrelevant Undo

How to convert Tiff image file into ASCII file?

I have a TIFF image file(image size: 256x256 pixels, 8-bit grayscale) Now I want to convert this file into a ASCII file of 256x256 matrix, and each character of the matrix is a the grayscale level of the related pixel of the TIFF image. My question:...

Answer:

Hello bigcakelin, Thank you for your question. There are a number of ways to do this. One such is...

Read more

bigcakelin-ga at Google Answers Mark as irrelevant Undo

Is it possible to convert macromedia flash image to Gif image format?

Is it possible to convert macromedia flash image to Gif image format..................................…

Answer:

Leave The Software's Use http://www.online-convert.com/ Website To Any File Convert To Any format

Read more

PRADEEP at Yahoo! Answers Mark as irrelevant Undo

Pl tell me how to convert csv file to metastock ascii format for downloading in Aptistock software?

Thanks to everyone who solved my first querry, I have downloaded Aptistock Software , it has auto update for india (NSE) exchange . But i think its data source is yahoofinance which is delayed every day so even after 6 to 8 hrs of mkt close it doesnot...

Answer:

metastock is an expensive software eventhough u want u can order on line www.metasoft.com and u'll get...

Read more

kedarbol... at Yahoo! Answers Mark as irrelevant Undo

How do I convert documents from image format to text format?

I have downloaded a document on to Word and it is being displayed as an image rather than text, I don't know why this happens. I need to convert the document to text so I can edit it. Any help will be much appreciated. Thank You

Answer:

In Word, right click on the image and use "Save as Picture". If you have an older version...

Read more

Beau at Yahoo! Answers Mark as irrelevant Undo

How to convert a 'tagged image file format' file into a 'JPG' file?

I scanned in some pictures and i need to put them on a website that doesn't accept 'tagged image file format' pictures. I have tried to use the drop down arrow but it only has the option of a 'tagged image file format'. Please help :) 10 points for best...

Answer:

Most of the answers are off here. Go to this site and get GIMP. Its free. Install it and open your TIF...

Read more

pollkidotts ◕‿◕ at Yahoo! Answers Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.