SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
362 stars 45 forks source link

Batch Processing 'sourceImage' is null #152

Closed paul-ferragut closed 1 week ago

paul-ferragut commented 1 week ago

Describe the bug batch processing not working anymore 'Batch processing - java.lang.NullPointerException: Cannot invoke 'java.awt.image.BufferedImage.getWidth()' because 'sourceImage' is null I have a folder with png images

To Reproduce Steps to reproduce the behavior:

  1. Link input and output folder
  2. Click on 'Start Batch Processing'

Expected behavior Process images and export

Screenshots

DrawingBotV3 Version v1.6.20-Premium

Operating System Windows

Screenshot 2024-11-13 232645

SonarSonic commented 1 week ago

Fixed in v1.6.21-stable, which is out now!

paul-ferragut commented 4 days ago

It works, Thanks!!