answersLogoWhite

0

What picture file types can PSP's read?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

File formats supported by PSP: jpeg (jpg), tiff, gif, png, bmp

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What picture file types can PSP's read?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many file types are avilable in C?

You can open any file with C, since it does not distinguish between file types. It's the way you read from the file.


What file types do CD players read?

WAV


What is some information that file types provide?

File types provide information about the format and structure of a file, allowing programs to interpret and process the data correctly. They often indicate the type of data contained in the file, such as text, images, or videos, and are used by operating systems and software applications to determine how to handle the file. File types also determine what programs can be used to open, edit, and save the file.


How do you read a dump file?

pick up a file from a dustbin and read it,,,,a file in a dustbin is known as dumb file...


Which file type reduces the chance of file corruption?

PDF files tend to have a lower chance of corruption compared to other file types because they are typically read-only and have standardized formatting that is less prone to alteration or corruption.


What are typical access rights that may be granted or denied to a particular user for a particular file?

Read, write, execute, and functions in software objects.


How do you use cwcheat?

You read the Read Me file.


Can you read a picture book?

no because you can inspirt your picture


How do you change a read only file into a read write file?

To change a read only file into a read write file, first find the file to be edited. Then right click the file and click on properties. Next, click the general tab and clear the read only check box. Lastly, click on the OK button.


How do you read a pdf file on mobile?

Upload the pdf file to Google Doc,and read that throught that! Or install some software that can read it!


What is difference between binary file and Excel file?

When referring to Excel 2007, there are two file types you can use when you save a file, XML and binary. If you save the file as binary, then there is no difference between the two. If you save the file as XML, then the XML file contains XML formatting data (explanation beyond the scope of this question) and the binary file is formatted for computers to read directly.


What is meant by read and write txt in file handling?

read: moving data from file to memory write: moving data from memory to file