Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
toilet
peilaus alkaen
https://github.com/cacalabs/toilet.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
* Do not try to autocrop a canvas that has only spaces.
pull/1/head
Sam Hocevar
sam
18 vuotta sitten
vanhempi
808a270565
commit
e80a522fcc
1 muutettua tiedostoa
jossa
3 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/filters.c
+ 3
- 0
src/filters.c
Näytä tiedosto
@@ -51,6 +51,9 @@ void filter_autocrop(cucul_canvas_t *cv)
}
}
if(xmax < xmin || ymax < ymin)
return;
cucul_set_canvas_boundaries(cv, xmin, ymin,
xmax - xmin + 1, ymax - ymin + 1);
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna