mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Merge 66fa8d8559 into 950539c55c
				
					
				
			This commit is contained in:
		
						commit
						af93837c58
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -49,10 +49,10 @@ class TransformImageImpl() : TransformImage { | ||||||
|                          180 -> LLJTran.ROT_180 |                          180 -> LLJTran.ROT_180 | ||||||
|                          270 -> LLJTran.ROT_270 |                          270 -> LLJTran.ROT_270 | ||||||
|                     else -> { |                     else -> { | ||||||
|                       LLJTran.ROT_90 |                       // no rotation if degree = 0 or 360  | ||||||
|  |                       LLJTran.OPT_DEFAULTS | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 LLJTran.OPT_DEFAULTS or LLJTran.OPT_XFORM_ORIENTATION |  | ||||||
|             ) |             ) | ||||||
|             BufferedOutputStream(FileOutputStream(output)).use { writer -> |             BufferedOutputStream(FileOutputStream(output)).use { writer -> | ||||||
|                 lljTran.save(writer, LLJTran.OPT_WRITE_ALL ) |                 lljTran.save(writer, LLJTran.OPT_WRITE_ALL ) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Toan Le
						Toan Le