Skip to content

Commit

Permalink
Imp doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Jan 22, 2024
1 parent f8ceca2 commit b42698b
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions _posts/2023-11-21-ProjectImp.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Then build Imp like you would the Dev GIMP version. Imp is only possible with th
- Light

## Sliders
- Full Range Slider Interaction, no snagging on the number input
- Full range slider interaction, no snagging on the number input
- Slider cursor is not a hand, it's an up arrow instead, like in v2.10
- The Opacity Slider is 100 rather than 100.0
- The Opacity slider is 100 rather than 100.0
- Slider overlay text is adjusted from the edge of the slider

## Painting
Expand All @@ -44,15 +44,22 @@ Then build Imp like you would the Dev GIMP version. Imp is only possible with th
- Paint Dynamics has an adjusted and fixed velocity mapping
- Paint Dynamics has an adjusted brush spacing function, slider value is MAX
- Selecting a Tool preset, always restores the Tool and preset, even when already selected
- Preference option to have a large FG/BG colour picker on the toolbox.
- Preference option to have a large FG/BG colour picker on the toolbox
- Additional options on apply tool presets, so that you can opt out of tool overwrites
- Brush aspect ratio goes from -1 to 1, 1 being full aspect, 0 being a sliver
- The brush aspect ratio dynamic works in a linear way, a more natural response

## Paths
- Paths are softly drawn, with more alpha
- Pick a path easily with 'Snap to Active Path' on, the path tool is excluded from the snap
- Paths have a visibility option on the Paths Tool, visible by default
- Paths have a pop up option "New Path", that starts the next path
- Paths have a pop up option "New Path", also switches to Design mode
- Paths have a lock handles checkbox, to keep curves smooth
- There is a "New Path" button on the Paths Tool
- There is a "New Path" button on the Paths Tool, also switches to Design mode
- Path movement has been changed so that when 'Move' is selected, paths can be easily moved
- The Path Tool will only automatically switch to Design mode when there are no paths
- The Path Tool starts a session in Design mode
- 'Enter' deactivates the current path, letting the user make another path or pick a path

## Preferences ->
- Help System -> General -> Preferences -> Help System -> General -> Show tool tips
Expand All @@ -61,19 +68,21 @@ Then build Imp like you would the Dev GIMP version. Imp is only possible with th
- Tool Options -> Paint Options -> Show reset to brush default buttons, allows you to hide those buttons
- Tool Options -> Brush Options Sliders -> Pick and choose which sliders are visible at top level
- Tool Options -> Tool Preset Editor -> change the size of the tool preset icon
- Snapping -> Snapping Distance, increase snapping distance range
- Snapping -> Snapping Distance, increase snapping distance range for active paths
- Image Windows -> Path handle size, makes path handles bigger
- Image Windows -> Curve editing handle size, makes adjustment curves easier to work with
- Tools Options -> Show tag filtering, to hide filter entry boxes and tagging input
- Tools Options -> Tool Preset Editor, to set the size of the icon displayed by the Tool Preset Editor
- Interface -> General -> Show available mode groups button, allows you to hide those buttons
- Interface -> Toolbox -> Flexible layout for the foreground and background colour picker
- Interface -> Layer Stack -> Shows the layer stack column header
- Interface -> Layer Stack -> Shows the layer stack blending mode box
- Playground -> Insane Options -> GIMP quits without any warning dialog
- Image Windows -> Zoom and Resize Behaviour -> Initial zoom percentage

## Misc
- The blank canvas message says "Start Autosave"
- The error console doesn't shout the same warning at the user with every message
- Curve points in editors are bigger and easy to grab
- The icon size of 'Configure this tab' now scales with the preference set for icon sizes
- The Warp Tool warns the user that the next undo will cancel the warp
- If the Warp Tool is in 'Erase Mode' when the tool changes, then the mode is switched to 'Move'
- The Warp tool always warps, if it can't 'Erase' or 'Smooth' it switches to 'Move'
Expand All @@ -82,3 +91,4 @@ Then build Imp like you would the Dev GIMP version. Imp is only possible with th
- Layout change to the brush picker in Painting Tool Options, avoids icon distortion
- Previews can be set to 256 or 512 in size
- Less .00 and .0 on GUI sliders
- Lock all guide positions in an image per session

0 comments on commit b42698b

Please sign in to comment.