mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Remove dead code for Imaginate
This commit is contained in:
@@ -117,10 +117,6 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
|
||||
<img class="atlas" style="--atlas-index: 8" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
|
||||
<span>Procedural vector editing and usability</span>
|
||||
</div>
|
||||
<!-- <div class="feature-icon ongoing" title="Development Ongoing">
|
||||
<img class="atlas" style="--atlas-index: 0" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
|
||||
<span>Imaginate tool</span>
|
||||
</div> -->
|
||||
<!-- Alpha 4 -->
|
||||
<div class="feature-icon ongoing heading" title="Began February 2025" data-year="2025">
|
||||
<h3>— Alpha 4 —</h3>
|
||||
@@ -209,6 +205,10 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
|
||||
<img class="atlas" style="--atlas-index: 17" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
|
||||
<span>Stable document format</span>
|
||||
</div>
|
||||
<!-- <div class="feature-icon ongoing" title="Development Ongoing">
|
||||
<img class="atlas" style="--atlas-index: 0" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
|
||||
<span>Imaginate tool</span>
|
||||
</div> -->
|
||||
<!-- Beta -->
|
||||
<div class="feature-icon heading">
|
||||
<h3>— Beta —</h3>
|
||||
|
||||
@@ -57,8 +57,6 @@ Raster image editing is a growing capability that will develop over time into th
|
||||
|
||||
A prototype <img src="https://static.graphite.rs/content/learn/introduction/features-and-limitations/brush-tool-icon.avif" onerror="this.onerror = null; this.src = this.src.replace('.avif', '.png')" onload="this.width = this.naturalWidth / 2" alt="" style="vertical-align: bottom" /> Brush tool exists letting you draw simple doodles and sketches. However it is very limited in its capabilities and there are multiple bugs and performance issues with the feature. It can be used in a basic capacity, but don't expect to paint anything too impressive using raster brushes quite yet. The tool will be fully rewritten in the future.
|
||||
|
||||
<!-- The raster-based Imaginate feature enables you to synthesize artwork using generative AI based on text descriptions. With it, you can also nondestructively modify your vector art and imported images. You can inpaint (or outpaint) the content in a specific masked part of an image or use it to touch up quick-and-dirty compositions. This feature is temporarily out of comission but will be resurrected, and further improved upon, in the near future. -->
|
||||
|
||||
## Status and limitations
|
||||
|
||||
Please make yourself aware of these factors to better understand and work around the rough edges in today's Graphite editor.
|
||||
|
||||
@@ -163,7 +163,6 @@ messages
|
||||
│ │ ├── fill_tool.rs
|
||||
│ │ ├── freehand_tool.rs
|
||||
│ │ ├── gradient_tool.rs
|
||||
│ │ ├── imaginate_tool.rs
|
||||
│ │ ├── line_tool.rs
|
||||
│ │ ├── navigate_tool.rs
|
||||
│ │ ├── path_tool.rs
|
||||
|
||||
Reference in New Issue
Block a user