Does CC3+ support webm and webp file types?

I use a virtual tabletop application (VTT) called Fantasy Ground to run my gaming sessions. They have just updated their software to accept webm and webp files into their image system. They are also able to handle animated features within the map. This is great and I'm looking forward to using these features but I make my maps with CC3+ and I don't see an option to "Save as..." webm or webp files.

Another question as a tangent to the original question is does CC3+ support animated features in its map?

Best Answers

  • taustinoctaustinoc Betatester Surveyor
    edited June 2023 Accepted Answer

    From Google's FAQ on the subject?

    "WebP typically achieves an average of 30% more compression than JPEG and JPEG 2000, without loss of image quality (see Comparative Study)."

    This can be significant in a VTT.

    https://developers.google.com/speed/webp/faq#:~:text=WebP%20typically%20achieves%20an%20average,help%20make%20the%20web%20faster.

    Quentenroflo1
  • 3 months later
  • jslaytonjslayton Moderator, ProFantasy Mapmaker
    Accepted Answer

    CC3+ ships with a copy of the ImageMagick convert.exe program that's mostly used for converting large bitmaps into smaller bitmaps with nicer filtering during export. However, it can do a lot more if you're willing to spend a few seconds at the command line. To do this (and your CC3+ install is in the default location), type Ctrl+Esc and type CMD to get a command prompt. Then type

    "%ProgramFiles(x86)%\ProFantasy\CC3Plus\ImageMagick\convert.exe" image.png image.webp 
    

    to invoke convert.exe in the ProFantasy directory and convert the file image.png to the file image.webp. It supports many image types, so it's not just png to webp It also has many more options than just the two file names, but I'll leave it up to you to read the ImageMagick documentation at their web site ImageMagick – Convert, Edit, or Compose Digital Images.

    When you're done with command prompt, type EXIT to close it.

    To avoid the command prompt and just run the command, Use the Windows Key + R to get a Run dialog and enter the command line above. I tend to use the full command prompt rather than just the Run dialog because any error messages will disappear and I make many, many errors.

    LoopysueMonsenWyvernMapjunkieDaltonSpenceseycyrusGeorge

Answers

Sign In or Register to comment.