Scaling question
              in 
             Programming Questions 
              •  
              1 year ago    
            
 
           
             Sry for questioning again but my problem is how can i scale like 600 pictures to one size.
            
             
            
            
             
            
            
 
            
           
             With scale(size) it always would be a different size.
            
            
             So is there a calculation to do this probably via image.width or image.height.
            
            
             my problem is i cant do it via img.resize() cause i only have a part of the image:
            
            
             image(cha.get(int(0.125*cha.width),int(0.25*cha.height),int(0.125*cha.width),int(0.25*cha.height)),0,0);
            
            
             Maybe theres a way to .resize the .get? 
            
            
             Thanks for help 
             
            
 
           
             
              
              1  
            
 
            