388C Presentation: Printer Robot Ry Arnold Abib Cortes Kevin Doherty Kymberlee McMaster
What this does Prompts the user to select a .jpg from their hard drive. Takes this .jpg file and copies each pixel’s hex color value based on standard hex color codes of the format #RRGGBB using a java program. Next it copies those values and pastes them into an excel spreadsheet, changes the column width to make the cells more square, and zooms out to keep all of the relevant cells visible. It will then go line by line filling in the color value present in the cell At the end it will delete all of the text from the cells and produce a representation of the original image in excel
Workflow Picture File Java Program Excel
Watch it happen
Possible updates Currently only works with local images, could add some web functionality to get images from online. Excel “Printing” runs at about ~30 cells per second. We believe there is room for improvement in the execution time. May be possible to process the image within UiPath and not have to run the java app. Currently it processes pixel by pixel.
Questions?