8

I want to select 1 or more BMP files in Windows 7 file explorer, right-click them, click "convert to PNG", and have them all replaced by PNGs with identical information. What are some possible solutions to do this?

Currently I'm opening them in the GIMP and saving them as PNG and then deleting the BMP, but this requires a lot of effort.

endolith
  • 7,704

5 Answers5

7

Getting something with one click is always tough, but this might be what you're looking for.

XNView

Use it in conjunction with the shell extension, which offers a host of image manipulation options on right click.

Addictive Tips: XNView shell extension

A Rock
  • 144
3

Previously called "Right Click Image Converter", ImageBadger is an image converter which has the capability to convert multiple images with right-click.

The program is a shareware. There's a try & buy version on the official site.

enter image description here

1

GIMP has a batch mode: see http://www.gimp.org/tutorials/Basic_Batch/ if GIMP is too heavy-weight for this application, there are probably other smaller packages that will do this which you can substitute.

You can create your own context item using "send to" and a batch file.

see: http://www.howtogeek.com/howto/windows-vista/customize-the-windows-vista-send-to-menu/

command line parameters are %0-%9 (0 is the program, 1-9 are the parameters)

With some experimentation, you can probably roll your own. I have never attempted to send a list of files with this method.

horatio
  • 3,719
0

Here is the tool you want but it is not free you have to buy it but it complete the requirement of yours to delete original files.

avirk
  • 15,877
-2

I do not know how to that think, but did you consider some program with image batch processing? You select all the files needed and have them converted to anything.

My choice is IrfanView because it is simple an lightweight and I did not feel the need to search for a better one. Corel PhotoPaint could also do that but that is a bit overkill.

Lukas
  • 1,207