EnglishFrenchSpanish

OnWorks favicon

jpegpixi - Online in the Cloud

Run jpegpixi in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command jpegpixi that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


jpegpixi - interpolate pixels in JFIF (JPEG) image files

SYNOPSIS


jpegpixi [OPTION]... SOURCE DEST [[D:]X,Y[,S]|[,SX,SY]]...

DESCRIPTION


Jpegpixi interpolates pixels or pixel blocks in JFIF images files (commonly referred to as
"JPEG images"). This is useful to correct images from a digital camera with CCD defects.
Only DCT blocks which contain pixels to be interpolated are decoded and re-encoded, and
the re-encoding is performed with exactly the same parameters with which the image has
originally been encoded. Therefore, the image quality is preserved as much as possible.

SOURCE and DEST are the filenames of the source file and the destination file,
respectively. In both cases, - can be used, which refers to standard input or standard
output.

The destination filename is followed by any number of pixel or pixel block specifications.
It starts with an optional direction specifier (D), which can be 2 for 2-dimensional
interpolation (the default), V or v for 1-dimensional vertical interpolation (e.g. to
remove horizontal stripes), or H or h for 1-dimensional horizontal interpolation. X,Y are
the coordinates of the pixel or the upper-left corner of the pixel block. S is the size
of the pixel block (1 by default). Alternatively, separate sizes can be specified for the
width (SX) and the height (SY).

All numbers (X, Y, S, SX, SY) can be expressed as absolute coordinates/sizes or
percentages of the image size. If a number is followed by a percent character (%), it is
interpreted as a percentage, otherwise as an absolute number.

OPTIONS


-f FILE, --blocks-file=FILE
Read pixel block specifications from file FILE in addition to the command line. The
file should contain one specification ([D:]X,Y[,S]|[,SX,SY]) per line. Empty lines
are ignored. The file may also contain comments, which start with an octothorpe (#)
and extend to the end of the line.

-m METHOD, --method=METHOD
Use interpolation method METHOD (default: linear). See section INTERPOLATION
METHODS below.

-v, --verbose
Display the coordinates and size of each pixel block that is interpolated.

-i, --info
Display information about the image, such as the size of the image, the colorspace
in which it is encoded, and sampling rates for the different components.

-s, --strip
Do not copy comment and extra markers from the source to the destination file. This
strips preview images, EXIF data, and similar information.

--help Display a short help text and exit immediately.

--version
Display version information and exit immediately.

INTERPOLATION METHODS


0, av, average
The pixels adjacent to the pixel block are averaged. The resulting color is
assigned to all pixels in the block. For 1-dimensional interpolation, this is done
separately for one pixel wide, horizontal or vertical stripes.

1, li, linear
The pixels which have a distance of 1 from the pixel block are used to calculate a
bilinear surface (2-dim), or a group of linear curves (1-dim), which is then used
to assign colors to the pixels in the block.

2, qu, quadratic
The pixels which have a distance of 2 or less from the pixel block are used to
calculate a biquadratic surface (2-dim), or a group of quadratic curves (1-dim),
which is then used to assign colors to the pixels in the block.

3, cu, cubic
The pixels which have a distance of 3 or less from the pixel block are used to
calculate a bicubic surface (2-dim), or a group of cubic curves (1-dim), which is
then used to assign colors to the pixels in the block.

Use jpegpixi online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad