Toolverse
All skills

image-editing

by benchflow-ai

Comprehensive command-line tools for modifying and manipulating images, such as resize, blur, crop, flip, and many more.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Frontend

About this skill

Comprehensive command-line tools for modifying and manipulating images, such as resize, blur, crop, flip, and many more.

How to use

  1. Zainstaluj ImageMagick na swoim systemie Linux — to jest podstawa tego zestawu narzędzi. Sprawdź dokumentację swojej dystrybucji, aby uzyskać instrukcje instalacji pakietu.

  2. Przygotuj folder z obrazami, które chcesz edytować. Upewnij się, że wszystkie pliki mają rozszerzenia takie jak .jpg, .png lub inne obsługiwane formaty.

  3. Aby zmienić rozmiar pojedynczego obrazu, użyj komendy convert z opcją -resize. Na przykład, aby zmniejszyć obraz do 50% jego oryginalnego rozmiaru, wpisz: convert -resize 50% rose.jpg

  4. Aby przetwarzać wiele obrazów naraz, użyj wieloznacznika. Aby zmienić rozmiar wszystkich plików JPEG w folderze do maksymalnie 256x256 pikseli, wpisz: convert -resize 256x256 *.jpg

  5. Aby przekonwertować formaty, na przykład zmienić wszystkie PNG na JPEG, użyj opcji -format. Komenda convert -format jpg *.png utworzy nowe pliki w formacie JPEG, pozostawiając oryginalne PNG bez zmian.

  6. Eksperymentuj z innymi operacjami dostępnymi w convert — możesz dodawać opcje takie jak -auto-orient do automatycznego obracania zdjęć według ich metadanych EXIF, czy -background do ustawienia koloru tła. Łącz wiele opcji w jednej komendzie, aby osiągnąć złożone efekty.

Related skills

markitdown

by K-Dense-AI

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting

Frontend
75173

svg-precision

by dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

Frontend
233466

shadcn-ui

by josechifflet

shadcn/ui component patterns for Next.js 16 applications. This skill should be used when adding UI components, customizing component styles, composing primitives, or integrating forms with react-hook-form. Covers installation, customization, composition patterns, and

Frontend
157206

livewire-development

by spatie

Develops reactive Livewire 4 components. Activates when creating, updating, or modifying Livewire components; working with wire:model, wire:click, wire:loading, or any wire: directives; adding real-time updates, loading states, or reactivity; debugging component behavior;

Frontend
2335

browser-automation

by browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include \

Frontend
21175

browser-use

by browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

Frontend
23107