Export to Bytes
  • Hey, I tried to run the script in CS6, but I got this error message("Unable execute script at line 153. Invalid image data"). 
    Can you check it out?

  • I knew this script would be useful but I didn't expect the interface to be so good/easy to use.
    Great script!
  • A feature request in case you still have a look at this thread, Michel: could you add in the jsx code an array containing the names of the files processed?

    Thanks
  • Hi, I do not have too much time at the moment to work more on this script. But thank you for your comments, it is appreciable.
  • Hi Michel: I have the same request... the large array is not helpful when processing many images. I'd rather have an output that looks like:

    var image01 = "bincode";

    var image02 = "bincode";

    var image03 = "bincode";

    var image04 = "bincode";

    Something i can just paste into my larger script. If you are not working on this anymore, any chance you'd be willing to share your source code for further modification?