/** * **imageflow_tool** - High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow * * @domain `imageflow.io/imageflow_tool` * @programs `imageflow_tool` * @version `2023.9.25` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install imageflow.io/imageflow_tool` * @homepage https://docs.imageflow.io/ * @dependencies `openssl.org@1.1` * @buildDependencies `nasm.us`, `kornel.ski/dssim` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.imageflowioimageflow_tool * console.log(pkg.name) // "imageflow_tool" * console.log(pkg.description) // "High-performance image manipulation for web ser..." * console.log(pkg.programs) // ["imageflow_tool"] * console.log(pkg.versions[0]) // "2023.9.25" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/imageflow-io/imageflow_tool.md * @see https://ts-pkgx.netlify.app/usage */ export declare const imageflowioimageflow_toolPackage: { /** * The display name of this package. */ name: 'imageflow_tool'; /** * The canonical domain name for this package. */ domain: 'imageflow.io/imageflow_tool'; /** * Brief description of what this package does. */ description: 'High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/imageflow.io/imageflow_tool/package.yml'; homepageUrl: 'https://docs.imageflow.io/'; githubUrl: 'https://github.com/imazen/imageflow'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install imageflow.io/imageflow_tool'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +imageflow.io/imageflow_tool -- $SHELL -i'; launchpadInstallCommand: 'launchpad install imageflow.io/imageflow_tool'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['imageflow_tool']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org@1.1']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['nasm.us', 'kornel.ski/dssim']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2023.9.25']; aliases: readonly [] }; export type Imageflowioimageflow_toolPackage = typeof imageflowioimageflow_toolPackage