|
|
#1 |
|
batch convert png's to jpeg's
I have a bunch of pngs that I'd like to convert to jpeg's as easily as possible. I have Adobe CS3 if that app is capable of doing it.
Thanks.
__________________
15.4" MBP 2 GHz Core Duo, 2 GB RAM, 320 GB HD; 32 GB iPod Touch, Samsung 20" 206BW, WD 500GB MyBook Pro, EyeTV Hybrid |
|
|
|
0
|
|
|
#2 |
|
Mark,
Do you have Pixelmator? If not, you should. Then you can use automator with these steps: 1. Find Finder Items - Do a search to select all the .png images you want to transfer to jpeg 2. Get Selected Finder Items 3. Copy Finder Items - This will make sure you keep an original copy of all your .png images should anything go wrong. 4. Change Type of Images (This step Requires Pixelmator - I believe there is a free trial you can download but it is well worth the $). Run the automator process and all your pictures are converted. I just tried this out and it converted about 40 png files to jpeg in 3 seconds. For more hints and tips. Head over to www.maciverse.com!
__________________
A Mac Help Website |
|
|
|
0
|
|
|
#3 |
|
^ yep i was just about to suggest that! Automator is great for these things. Automator will ask you if you would like to add a "Copy Finder items" action after you add the "Change type of images" action so you dont have to add it. when you have the workflow setup in Automator just press the play button if you only plan on using it once and not saving it.
also Latro you dont need Pixelmator for the change type of images action. it uses Preview.
__________________
http://img221.imageshack.us/img221/4894/haxe.png If you can't innovate, I guess you just imitate, but it's never quite as good as the original. Last edited by richard.mac; Apr 11, 2008 at 10:10 PM. |
|
|
|
0
|
|
|
#4 |
|
thanks for the help. i went ahead and used Latros' flow but used Preview instead since i hate installing new things! thanks again!
__________________
15.4" MBP 2 GHz Core Duo, 2 GB RAM, 320 GB HD; 32 GB iPod Touch, Samsung 20" 206BW, WD 500GB MyBook Pro, EyeTV Hybrid |
|
|
|
0
|
|
|
#5 |
|
Ready to pull hair out
Okay - I am so glad I found you guys. I am using iphoto for image storage/organization. But I edit in photoshop, using a nice little array of actions and tricks. I really dislike jpegs, and would love to store everything as png. After reading this and some other things, I put together a little workflow that downloads from the camera, changes to PNG, imports into iphoto. Worked like a charm except for two things: A) all of the camera meta data was lost, and I end up with only the date and time of my download. B) when things are done this way, iphoto does recognize duplicates. I guess that should be obvious, since all the stuff in iPhoto is .jpeg, so the names are not the same (duh, me).
But what about the meta data? Do any of you know why this would happen? PNG can carry textual meta data. I'd ask my kid, Mr. Hey-let's-write-a-script-for-that, but he's gone to Argentina for two years. So I'm looking for a mensch who can teach me a thing or two. |
|
|
|
0
|
|
|
#6 |
|
png or gif to jpeg?? Why are you making it so freaking complicated??
Don't listen to them and don't spend a penny you already spent a ton of dough on the best operating system on the planet. Open it with Preview, file, save as jpeg or whatever format you want, duh.
|
|
|
|
0
|
|
|
#7 | |
|
Quote:
Second, it would help if you took the time to read the thread title and the OP's post. They're looking for a batch conversion for a bunch of pics. Doing them one by one is extremely inefficient. Last edited by GGJstudios; Dec 9, 2009 at 02:27 PM. |
||
|
|
0
|
|
|
#8 |
|
Wow - old thread.
For those who come to this later, open Terminal, cd to the directory containing your JPGs and type: Code:
mkdir pngs; sips -s format png *.* --out pngs |
|
|
|
0
|
|
|
#9 |
|
If you have Adobe Photoshop CS3 you can choose "Automate" --> Web Photo Gallery... it will take a folder full of PNGs or any other image file and dump a bunch of resized jpegs into a new folder for you.
__________________
busratio=22 |
|
|
|
0
|
|
|
#10 |
|
sry to open this up again, but this really helped me and is easy:
http://www.jasonkenison.com/blog.html?id=31 uses automator and is (2) steps |
|
|
|
0
|
|
|
#11 |
|
I realize this is an old thread, but I found it very useful and want to update it for others who search for it. If you want to convert png images to jpeg, you should use the following:
Code:
mkdir jpegs; sips -s format jpeg *.* --out jpgs Code:
defaults write com.apple.screencapture type jpg |
|
|
|
0
|
|
|
#12 | |
|
Quote:
1. Open Automator. Select Application and choose. Now you choose the task from the left pane and drag it to action pane. 2. drag Get Specified Finder Items. Drag and drop all your files you want to convert. 3. drag Copy Finder Items. Create another folder for the converted pictures to go to. 4. drag Change Type of Images (Preview, you don't need Pixelmator) change format to JPEG, then Run. 5. Have a nice sip of beer and.. voila! |
||
|
|
0
|
|
|
#13 | |
|
batch convert files in a hierarchy from png to jpg
Quote:
Also note that when Finding the items the select by extension method doesn't work for me. I had to use by name, ends with... I found this much easier to make as a template and/or run on a one time basis that dealing with Terminal. This could also be done there though.
__________________
15" MBP(6,1) late 2010 13" MB 2009 MacPro (3,1) 2009 MacMini Server(6,1) 2011 AEBS 802.11n GigE wired network
|
||
|
|
0
|
|
|
#14 |
|
I'm trying to do this. I have many files in different folders that I want to be changed to jpgs. They all have the same name so I can't save them in one folder, I want them to be saved in their source folder i.e. where they came from. How is the best way to do this? Thanks guys.
__________________
15.2" Aluminum MacBook Pro, 2.4 GHz, I5, 4GB RAM, OS X Lion 10.7.2 |
|
|
|
0
|
|
|
#15 |
|
Here's what I did:
1. Open Automator. 2. Create a new "Service". 3. To the right of "Services receives selected", select "images files" in the drop-down. 4. Select "Finder" in the drop-down to the right of the previous drop-down. 5. Search for "Change Type" in the search bar. 6. Add the action provided by Pixelmator. I have not tried the action provided by Preview, although I'm sure it works the same. You may be prompted to add a task to copy the image, but Pixelmator's action already does this, so select "Don't Add" if asked. 7. Change "To Type:" to "PNG" in the action's settings. 8. Save the service as "Convert to PNG". Now, when I select some JPG files in Finder and right click, I see will see my entry in my context menu. =D |
|
|
|
0
|
|
|
#16 | |
|
Quote:
|
||
|
|
0
|
|
|
#17 | |
|
Quote:
Code:
mkdir jpegs; sips -s format jpeg *.* --out jpegs |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| How to batch convert CBR to CBZ? | moviecouple | Mac Basics and Help | 6 | Mar 3, 2011 01:42 AM |
| best program to batch convert .mov to mpg2 for quick viewing on DVD player | Sossity | Mac Applications and Mac App Store | 2 | Aug 9, 2010 05:00 AM |
| free app thyat batch convert .tiffs to 600 x 600 or smaller square images to .jpg | Sossity | Mac Applications and Mac App Store | 5 | Jul 14, 2010 11:13 AM |
| How to? - Batch convert DOC to PDF ? | markcres | OS X | 8 | Dec 2, 2009 09:35 AM |
All times are GMT -5. The time now is 01:53 AM.







15" MBP(6,1) late 2010
Linear Mode

