mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	 76c5c11168
			
		
	
	
		76c5c11168
		
	
	
	
	
		
			
			pngimage: add --list-combos pngunknown: add --strict to catch warnings pngvalid-standard: remove the spurious --progressive read (compare with pngvalid-progressive-standard!) This patch probably applies to 1.5 and 1.6 (where the tests exist) too. Signed-off-by: John Bowler <jbowler@acm.org>
		
			
				
	
	
		
			3 lines
		
	
	
		
			94 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			94 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
 |