start
1 Like
I used Google Spreadsheets to flip an image from right to left.
- Copy the image code in the ‘javascript’ view of your code – the stuff between ` marks.
- Start a new google spreadsheet by going to http://spreadsheet.new
- Paste into cell A1. It should full up a few rows with characters, one per pixel of your image.
- Paste this code into cell B1:
=ArrayFormula(IFERROR(PROPER(CONCATENATE(MID(A2,LEN(A2)-ROW(INDIRECT(“1:”&LEN(A2)))+1,1))),""))
That should do it. Copy everything from column B, and paste it back into your ‘javascript’ view of your code, replacing the original with this new flipped version.
1 Like
This doesn’t seem to work for me, but if it works for you, could you do it for this?: