Search results for query: *

  1. Cryso Agori

    I had ChatGPT write me a script that would convert gif and png files to jpg, would it actually work though?

    It's fine bro, I'm patient, you just take care of yourself, :yousmart
  2. Cryso Agori

    I had ChatGPT write me a script that would convert gif and png files to jpg, would it actually work though?

    What if an image has "bin" in its name? Not .bin as an extension. Would it think that as a bin file and delete it? Or would it just be looking through extensions?
  3. Cryso Agori

    I had ChatGPT write me a script that would convert gif and png files to jpg, would it actually work though?

    Um. a lot. No, no subdirectories. Yes No. If it's free sure. Also sorry for asking for more, but is it possible to make it so the script can find .bin files and delete them? Cause there are a bunch in my folder cause downloading the files went wrong I think.
  4. Cryso Agori

    I had ChatGPT write me a script that would convert gif and png files to jpg, would it actually work though?

    I see, so then do you know the actual way to write a script preferably on Windows Powershell or CMD Prompt, that can look through a folder and convert image files to jpg, while ignoring jpg files already in the folder? And adding a postfix to any duplicate file names so that the files doesn't get overwritten? Because I've been trying to use local apps and online converters but they either run out of memory or crash.
  5. Cryso Agori

    I had ChatGPT write me a script that would convert gif and png files to jpg, would it actually work though?

    I heard ChatGPT could write code so I made it create a script that can find any png and gif files in a folder and convert those into jpg files while ignoring any jpg files already in the folder on Windows Powershell, question is though would it actually work? Here's the code: @echo off rem...
Back
Top