Skip to content

Commit 2b779a1

Browse files
author
MaximDude
committed
Version change to 1.2 for release
Updated readme
1 parent 97dc371 commit 2b779a1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Arne's original bend code was used as base and has been modified and improved to
2121
- Frames number output setting.
2222
- Background color setting.
2323
- Automatic setting of background color to magenta on save.
24+
- Saving as PNG or Indexed BMP (CC Palette)
2425

2526
## How To
2627

@@ -32,16 +33,17 @@ Arne's original bend code was used as base and has been modified and improved to
3233
- **Warning:** When zooming the joint markers will reset to original positions. First zoom, then adjust.
3334
5. Use **Frames** setting to set number of bend frames.
3435
- 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
3638
- 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.
3840
- Manually touch-up the exported frames if needed.
3941

4042
## Current Issues
4143

4244
- Joint adjustment is only on Y axis and adjusts upper/lower marker equally.
4345
- 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.
4547

4648
## Changelog
4749

cccp-bender-main.bmx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Import BRL.Stream
1313
Import BRL.EndianStream
1414

1515
'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"
1818

1919
Rem
2020
------- INDEXING ------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)