mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| PP - Pixel Paint application file format (.pp)
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Pixel Paint files store the drawing data produced by the Pixel Paint application.
 | |
| 
 | |
| This is a rough overview of the contents of the files:
 | |
| 
 | |
| - width
 | |
| - height
 | |
| - layers (optional)
 | |
|     - width
 | |
|     - height
 | |
|     - name
 | |
|     - locationx
 | |
|     - locationy
 | |
|     - opacity_percent
 | |
|     - visible
 | |
|     - selected
 | |
|     - bitmap
 | |
| - guides (optional)
 | |
|     - offset
 | |
|     - orientation
 | |
| 
 | |
| ## See also
 | |
| 
 | |
| - [`Userland/Applications/PixelPaint/Image.cpp`](../../../../../Userland/Applications/PixelPaint/Image.cpp)
 | 
