Skip to content

Commit 2cd7505

Browse files
committed
Implements system cache copy/paste of tags from #7
1 parent 27edc02 commit 2cd7505

File tree

4 files changed

+310
-204
lines changed

4 files changed

+310
-204
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Dataset Tag is a free and open-source tool designed to make the process of image
2828
- **Interactive Tagging**: Click on an image and select from pre-existing tags across categories, in order to automatically form a standardized caption.
2929
- **Consistent Formatting**: Captions are always arranged in the same category order, for consistency.
3030
- **Memory Feature**: Remembers both the tags in each category and the tags used for each image, allowing for easy edits later.
31+
- **Replicability**: It ofers the option of copying the trigger words and/or the selected tags using the system's cache memory, and pasting them on other selected images (easy copy/paste of tags among images).
3132
- **Draggable Panel Columns**: Each column has a grid splitter, which can be used to resize them in any ratio you desire.
3233

3334
## Compiling from Source

src/DatasetTag/DatasetTag.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.0-preview4" />
2626
<PackageReference Include="MessageBox.Avalonia" Version="2.3.1-prev2" />
2727
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
28-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
28+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
2929
<PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" />
3030
</ItemGroup>
3131

32-
<ItemGroup>
33-
<None Update="appsettings.json">
34-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
35-
</None>
32+
<ItemGroup>
33+
<None Update="appsettings.json">
34+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
35+
</None>
3636
</ItemGroup>
3737
</Project>

0 commit comments

Comments
 (0)