Hi everyone, I'm a beginer developer who wants to make a tool to convert PNG to JPG and JPG to PNG formats, the reason I want to make these tools is because I want to make it easier for after effects users under the CC2019 version, who get the following error like in bellow
im using windows batch
Can someone teach me, and sorry for bad english
How to bulk convert PNG to JPG
Moderators: XnTriq, helmut, xnview
-
- Posts: 7
- Joined: Thu Jan 26, 2023 2:18 pm
How to bulk convert PNG to JPG
You do not have the required permissions to view the files attached to this post.
Last edited by cutefish.ae on Thu Jan 26, 2023 2:37 pm, edited 2 times in total.
. HI GUYS, ITS ME CUTEFISH
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
-
- XnThusiast
- Posts: 4132
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: How to bulk convert PNG to JPG
You have used Tools > Batch convert... already, or not?
-
- Posts: 7
- Joined: Thu Jan 26, 2023 2:18 pm
Re: How to bulk convert PNG to JPG
I forgot to say, soo this error is happening if you try to import photo that have an bad footer
i already search how to fix it but it takes a lot of time
according to the method that I have seen on YouTube, photos that cannot be imported into after effects must be edited in mspaint, then you can import it to after effect, but thats takes a lot time for fixing more than one photo
i already search how to fix it but it takes a lot of time
according to the method that I have seen on YouTube, photos that cannot be imported into after effects must be edited in mspaint, then you can import it to after effect, but thats takes a lot time for fixing more than one photo
. HI GUYS, ITS ME CUTEFISH
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
-
- Posts: 7
- Joined: Thu Jan 26, 2023 2:18 pm
Re: How to bulk convert PNG to JPG
Not, because i want to convert more than one file :')
. HI GUYS, ITS ME CUTEFISH
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
-
- XnThusiast
- Posts: 4132
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: How to bulk convert PNG to JPG
So you have many images that After Effects CC 2019 can not open?
And are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the defect?
Are you able to upload an example image that Pierre, the developer of xnview software, can examine?cutefish.ae wrote: ↑Thu Jan 26, 2023 2:45 pm I forgot to say, that this error is happening if you try to import photos that have an bad footer
i already search how to fix it but it takes a lot of time
according to the method that I have seen on YouTube, photos that cannot be imported into after effects must be edited in mspaint, then you can import it to after effect, but that takes a lot time for fixing more than one photo.
And are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the defect?
-
- Posts: 7
- Joined: Thu Jan 26, 2023 2:18 pm
Re: How to bulk convert PNG to JPG
No i cant find it howcday wrote: ↑Thu Jan 26, 2023 3:03 pm So you have many images that After Effects CC 2019 can not open?
Are you able to upload an example image that Pierre, the developer of xnview software, can examine?cutefish.ae wrote: ↑Thu Jan 26, 2023 2:45 pm I forgot to say, that this error is happening if you try to import photos that have an bad footer
i already search how to fix it but it takes a lot of time
according to the method that I have seen on YouTube, photos that cannot be imported into after effects must be edited in mspaint, then you can import it to after effect, but that takes a lot time for fixing more than one photo.
And are you able to summarise the method that can be used in MS Paint to correct the file defect, or identify the defect?
. HI GUYS, ITS ME CUTEFISH
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
-
- XnThusiast
- Posts: 4132
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: How to bulk convert PNG to JPG
A download link to where you posted your image above aftereffecterror.png?
A link to that webpage?No i cant find it how
-
- Posts: 7
- Joined: Thu Jan 26, 2023 2:18 pm
Re: How to bulk convert PNG to JPG
Sorry for interrupting, I already understand how to bulk convertcday wrote: ↑Thu Jan 26, 2023 3:21 pmA download link to where you posted your image above aftereffecterror.png?
A link to that webpage?No i cant find it how
So the first time i tried
Code: Select all
"tools\nconvert" -out png input\ *.jpg
soo i try
Code: Select all
"tools\nconvert" -out png "input\*jpg" *.jpg
it help me a lot, and more easier for beginer
. HI GUYS, ITS ME CUTEFISH
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
. You guys can call me as Chelsea
Im an Editor, but i want to be developer
-
- XnThusiast
- Posts: 4132
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: How to bulk convert PNG to JPG
You are using NConvert [now?] but you posted in XnView MP...
You have a space in input\ *.jpg which is probably the reason...cutefish.ae wrote: ↑Thu Jan 26, 2023 3:28 pm Sorry for interrupting, I already understand how to bulk convert
So the first time i triedbut it doesn't workCode: Select all
"tools\nconvert" -out png input\ *.jpg
I think the following code should be sufficient:So I try:
and it workssss.Code: Select all
"tools\nconvert" -out png "input\*jpg" *.jpg
Code: Select all
"tools\nconvert" -out png "input\*jpg"
I think that NConvert is certainly easier to understand...cutefish.ae wrote: ↑Thu Jan 26, 2023 3:28 pmI already try this method in imagemagick but it doesn't work, so i try to search alternative for imagemagick and found this software
it help me a lot, and more easier for beginner