I was hoping to get the `helperscreenshot` and `icon` data out of the XML and into regular PNG/jpg/bmp files so that I might store them with git-lfs, both cleaning up my repo and cleaning up my pull requests (--as github will be able to generate previews if we use a standard file format).
Is this possible with an existing configuration option? Can you guys add it as one?
in this sense our pull requests would go from
Code: Select all
+modified-file something.rxrec
[email protected]@line [email protected]@
- <icon>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJN
-AACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUND
-BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH
-BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHB
-[AND SO ON]
@@
+ <icon>
+ KRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
+U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmao
+BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAH
+BLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHBLAHB
+[AND SO ON]
@@line [email protected]@
Code: Select all
-removed-file {CDEF-9876-6789-CDEF}.bmp
[insert nice github bmp preview here!]
+created-file {ABCD-1234-1234-ABCD}.bmp
[insert nice github bmp preview here!]
+modified-file something.rxrec
[email protected]@line [email protected]@
- <icon imgref="{CDEF-9876-6789-CDEF}.bmp">
+ <icon imgref="{ABCD-1234-1234-ABCD}.bmp">
Thanks