Forrest logo
tool overview
On this page you find all important commands for the CLI tool picom-trans. If the command you are looking for is missing please ask our AI.

picom-trans

Picom-trans is a command line tool designed to facilitate image transformations and conversions. It is written in Python and offers a simple yet powerful way to manipulate images from the command line.

With picom-trans, you can perform a variety of image transformations such as rotating, flipping, scaling, cropping, and resizing. It supports popular image file formats like JPEG, PNG, GIF, and BMP, allowing you to work with different types of images seamlessly.

This command line tool also offers color manipulation capabilities. You can adjust the brightness, contrast, saturation, and hue of an image using the respective command line options. These color adjustments allow you to enhance or modify the overall appearance of the image.

Picom-trans provides quality control options for converting images as well. You can specify the output image quality and format, providing flexibility and customization in the conversion process.

Another useful feature of picom-trans is its ability to process images in batch mode. It allows you to perform the same transformation or conversion on multiple images simultaneously, saving you time and effort.

The tool supports both basic and advanced transformations by providing a range of command line options. These options give you full control over the image manipulation process, allowing you to achieve precise results.

Picom-trans is open source, which means developers can contribute to its development and enhancement. It also ensures that the tool remains free to use and accessible to everyone.

The command line interface of picom-trans makes it suitable for automation and integration into other scripts or workflows. This extends its functionality beyond just manual image manipulation and conversion.

Overall, picom-trans is a versatile and efficient command line tool for image manipulation and conversion. With its wide range of features, it offers a convenient and flexible solution for various image processing tasks.

List of commands for picom-trans:

  • picom-trans:tldr:80520 picom-trans: Set the currently focused window opacity to a specific percentage.
    $ picom-trans --current --opacity ${90}
    try on your machine
    explain this command
  • picom-trans:tldr:832da picom-trans: Toggle the opacity of a specific window.
    $ picom-trans --name ${Firefox} --toggle
    try on your machine
    explain this command
  • picom-trans:tldr:cc4a6 picom-trans: Set the opacity of a window with a specific name.
    $ picom-trans --name ${Firefox} --opacity ${90}
    try on your machine
    explain this command
  • picom-trans:tldr:d3396 picom-trans: Set the opacity of a specific window selected via mouse cursor.
    $ picom-trans --select --opacity ${90}
    try on your machine
    explain this command
tool overview