Post any defects you find in the released or beta versions of the ImageMagick software here.    Include the ImageMagick version, OS, and any command-line required to reproduce the problem.  Got a patch for a bug?  Post it here.
			
		
		
			
				
								fmw42 							 
									
		Posts:  25562  		Joined:  2007-07-02T17:14:51-07:00 		
		
											Authentication code:  1152 
												Location:  Sunnyvale, California, USA 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by fmw42   »  2017-03-25T19:43:51-07:00 
			
			
			
			
			
			reference to 
viewtopic.php?f=1&t=31649#p144378 
Thinning does not work in IM 7.0.5.4 but does work in IM 6.9.8.3. Using Mac OSX.
Input: 
 
IM 6:
Code: Select all 
convert kLdPK.jpg -threshold 50% -morphology Thinning:-1 Skeleton skeleton6.gif 
 
IM 7:
Code: Select all 
magick kLdPK.jpg -threshold 50% -morphology Thinning:-1 Skeleton skeleton7.gif 
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								diegomage 							 
									
		Posts:  205  		Joined:  2017-03-08T10:12:28-07:00 		
		
											Authentication code:  1151 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by diegomage   »  2017-03-25T19:48:35-07:00 
			
			
			
			
			
			My version is  
 
Version: ImageMagick 7.0.4-9 Q16 x86_64
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								diegomage 							 
									
		Posts:  205  		Joined:  2017-03-08T10:12:28-07:00 		
		
											Authentication code:  1151 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by diegomage   »  2017-03-25T19:49:12-07:00 
			
			
			
			
			
			is 7.0.4-9   Not  7.0.5.4
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								fmw42 							 
									
		Posts:  25562  		Joined:  2007-07-02T17:14:51-07:00 		
		
											Authentication code:  1152 
												Location:  Sunnyvale, California, USA 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by fmw42   »  2017-03-25T19:50:39-07:00 
			
			
			
			
			
			diegomage  wrote: 2017-03-25T19:49:12-07:00 
is 7.0.4-9   Not  7.0.5.4
I am reporting the bug for the version I used to test (7.0.5.4)
Thanks for identifying that it fails for your version also. But note that bug fixes only will be made in the next release. They will not be fix in the current or older releases.
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								snibgo 							 
									
		Posts:  12159  		Joined:  2010-01-23T23:01:33-07:00 		
		
											Authentication code:  1151 
												Location:  England, UK 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by snibgo   »  2017-03-25T20:26:18-07:00 
			
			
			
			
			
			With the older v7.0.3-5 on Windows 8.1, the result was good. So a bug was introduced later.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								fmw42 							 
									
		Posts:  25562  		Joined:  2007-07-02T17:14:51-07:00 		
		
											Authentication code:  1152 
												Location:  Sunnyvale, California, USA 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by fmw42   »  2017-03-25T22:12:49-07:00 
			
			
			
			
			
			It first fails for me at IM 7.0.5.1. Before that it seemed fine. I do not see anything that appears relevant in the changelog for that version.
			
			
									
						
										
						 
		 
				
		
		 
	 
				
				
		
		
			
				
								fmw42 							 
									
		Posts:  25562  		Joined:  2007-07-02T17:14:51-07:00 		
		
											Authentication code:  1152 
												Location:  Sunnyvale, California, USA 
							
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by fmw42   »  2017-03-26T11:10:15-07:00 
			
			
			
			
			
			Thinning works again in IM 7.0.5-5 beta.