Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Dec 13, 2023
1 parent 184f50c commit f2ab92c
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 3 deletions.
141 changes: 141 additions & 0 deletions .obsidian/workspace-mobile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
{
"main": {
"id": "5e0b8664af17fe4f",
"type": "split",
"children": [
{
"id": "c208dd66f91ec300",
"type": "tabs",
"children": [
{
"id": "6b2f27836d7e7ee1",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "imaging/index.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "645e75a7774aad08",
"type": "mobile-drawer",
"children": [
{
"id": "76defdbbf7f561f2",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "4b0f33a188797702",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "c1c4dc9fbb606a1e",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "ec9649659e632ce5",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
],
"currentTab": 0
},
"right": {
"id": "80a78aac39d40947",
"type": "mobile-drawer",
"children": [
{
"id": "048bf95195d4010b",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "imaging/index.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "9d2679b7c1924289",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "imaging/index.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "bbf7dc8befd2b72a",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "imaging/index.md"
}
}
}
],
"currentTab": 0
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "6b2f27836d7e7ee1",
"lastOpenFiles": [
"imaging/atlas.md",
"imaging/index.md",
"io.md",
"data-structures/index.md"
]
}
2 changes: 1 addition & 1 deletion imaging/atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val atlas = resourcesVfs["file.atlas"].readAtlas(asumePremultiplied = false)

`MutableAtlas` is a class for generating an atlas that supports adding more slices over the time. Because of that, the packaging might not be optimal.

> You should try to add bigger images first, and sort them descendently for the best results
> For the best results, it is recommended to add bigger images first, for example sorting them descendently by area
### Construction

Expand Down
2 changes: 0 additions & 2 deletions imaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Also allows to use native image loaders for the fastest performance.

{% include stars.html project="korge" central="com.soywiz.korlibs.korim/korim" %}



## Pages

{% include toc.html context="/korim/" %}
Expand Down

0 comments on commit f2ab92c

Please sign in to comment.