File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Arne's original bend code was used as base and has been modified and improved to
21
21
- Frames number output setting.
22
22
- Background color setting.
23
23
- Automatic setting of background color to magenta on save.
24
+ - Saving as PNG or Indexed BMP (CC Palette)
24
25
25
26
## How To
26
27
@@ -32,16 +33,17 @@ Arne's original bend code was used as base and has been modified and improved to
32
33
- **Warning:** When zooming the joint markers will reset to original positions. First zoom, then adjust.
33
34
5 . Use ** Frames** setting to set number of bend frames.
34
35
- Bend angle will adjust automatically. First/Last frames will always be fully bent/unbent.
35
- 6 . Hit save
36
+ 6 . Decide whether you want to save as Indexed BMP or not - if yes, tick the "** Save as Indexed Bitmap** " checkbox.
37
+ 7 . Hit save
36
38
- Background color will automatically be set to magenta (255,0,255) when save is clicked and will revert back to previous color when finished.
37
- 7 . Slice the saved image into frames and apply palette.
39
+ 8 . Slice the saved image into frames and apply palette.
38
40
- Manually touch-up the exported frames if needed.
39
41
40
42
## Current Issues
41
43
42
44
- Joint adjustment is only on Y axis and adjusts upper/lower marker equally.
43
45
- Works only with input files that are 24x24px tiled (for each limb part. Max input image size is 192x24px for 8 limb parts (4 limbs)).
44
- - Does not save files in .bmp format .
46
+ - Files saved as Indexed BMPs have messed up thumbnails and do not open correctly in Photoshop. Tested to open correctly with MS Paint XP .
45
47
46
48
## Changelog
47
49
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Import BRL.Stream
13
13
Import BRL.EndianStream
14
14
15
15
'Version
16
- Global appVersion:String = " 1.1 "
17
- Global appVersionDate:String = " 20 Sep 2019"
16
+ Global appVersion:String = " 1.2 "
17
+ Global appVersionDate:String = " 21 Sep 2019"
18
18
19
19
Rem
20
20
------- INDEXING ------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments