Announcement

Collapse
No announcement yet.

Batch Import of Palette file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Batch Import of Palette file

    I have exported a palette file from an image and would like to apply it to thousands of images. Can I do this as a batch conversion job?

    Thanks

    #2
    Not via the GUI, but it is possible though the command line:

    Code:
    i_view32.exe C:\*.png /import_pal=C:\1.pal /convert=D:\temp\*.png
    or

    Code:
    i_view32.exe /filelist=C:\mypics.txt /import_pal=C:\1.pal /convert=D:\temp\*.png

    Comment


      #3
      Many thanks for the reply which worked fine. This is an impressive program that makes some of the highly priced competitors seem like dinosaurs.

      This may be intended behaviour but I manages to accidentally start several concurrent threads running i_view32 from the command line which I wasn't aware were running until I looked at the Task Manager to discover why the computer was running so slowly.

      Comment

      Working...
      X