Swarnendu0123 / pokedex_img_converter

PokeDex Image Converter is a Python script that converts images of Pokémon from the poke_dex folder to PNG format. The script takes images with names ['bulbasaur.jpg', 'charmander.jpg', 'pikachu.jpg', 'squirtle.jpg'] and converts them to PNG files.
7 stars 7 forks source link

File name issue resolved #21

Closed InquisitiveMe15 closed 1 year ago

InquisitiveMe15 commented 1 year ago

20

InquisitiveMe15 commented 1 year ago

Now it is saving the files as e.g. pokemonName_bgremoved.png i.e for the background removed images it will add "_bgremoved" in the file name, so that if already a file with pokemonName.png in which the background is not removed is present it will not get overwrite.