All Projects → 0xC0000054 → avif-format

0xC0000054 / avif-format

Licence: LGPL-3.0 license
An AV1 Image (AVIF) file format plug-in for Adobe® Photoshop®

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to avif-format

cavif
avif encoder, using libaom directly.
Stars: ✭ 94 (-1.05%)
Mutual labels:  av1, avif, av1-image
AVIFQuickLook
AVIF QuickLook plugin on macOS
Stars: ✭ 99 (+4.21%)
Mutual labels:  av1, avif
libheif-sharp
Provides .NET bindings for libheif.
Stars: ✭ 30 (-68.42%)
Mutual labels:  av1, avif
whatsapp-jpeg-repair
A handy tool to fix jpeg files downloaded from WhatsApp and prevent errors upon opening these files in Adobe Photoshop.
Stars: ✭ 30 (-68.42%)
Mutual labels:  adobe-photoshop
brutalism
Battleaxe's component library for Adobe CEP panels
Stars: ✭ 43 (-54.74%)
Mutual labels:  adobe-photoshop
av1parser
AV1 video codec bitstream parser (not decoder!)
Stars: ✭ 27 (-71.58%)
Mutual labels:  av1
xin26x
Video Encoder for Now and Next Decade
Stars: ✭ 74 (-22.11%)
Mutual labels:  av1
avif-cli
Command line utility to convert images to AVIF, requires Node.js 12.13.0+
Stars: ✭ 38 (-60%)
Mutual labels:  avif
imagecodecs
Image transformation, compression, and decompression codecs. Forked from https://pypi.org/project/imagecodecs
Stars: ✭ 56 (-41.05%)
Mutual labels:  avif
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+12725.26%)
Mutual labels:  av1
NotEnoughAV1Encodes-Qt
Linux GUI for AV1 Encoders
Stars: ✭ 27 (-71.58%)
Mutual labels:  av1
velvet-video
Java library for encoding / decoding / muxing / demuxing video and audio in various formats
Stars: ✭ 32 (-66.32%)
Mutual labels:  av1
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+2946.32%)
Mutual labels:  adobe-photoshop
avif-sample-images
AVIF example images, licensed under CC-BY-SA.
Stars: ✭ 37 (-61.05%)
Mutual labels:  avif
adobe-scripts
Drafts and unsorted JSX scripts for Adobe Illustrator, Photoshop
Stars: ✭ 29 (-69.47%)
Mutual labels:  adobe-photoshop
flvAnalyser
FLV v1.0 analyser
Stars: ✭ 76 (-20%)
Mutual labels:  av1
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+22143.16%)
Mutual labels:  avif
Rav1e
The fastest and safest AV1 encoder.
Stars: ✭ 2,660 (+2700%)
Mutual labels:  av1
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+116.84%)
Mutual labels:  avif
video-quality-metrics
Test specified presets/CRF values for the x264 or x265 encoder. Compares VMAF/SSIM/PSNR numerically & via graphs.
Stars: ✭ 87 (-8.42%)
Mutual labels:  av1

avif-format

An AV1 Image (AVIF) file format plug-in for Adobe® Photoshop®.

Single images can be loaded and saved using 8, 10 or 12 bits-per-channel, image sequences and animations are not supported.

Lossless RGB compression is supported when saving 8-bits-per-channel images, the plug-in considers all bit-depth conversions to be lossy. Photoshop edits 10-bit and 12-bit data as 16-bit which then has to be remapped to the 10-bit or 12-bit range when saving, and converting 8-bit data to 10-bit or 12-bit will cause a loss of precision.

This plug-in uses libheif with the AOM decoder and encoder.

The latest version can be downloaded from the Releases tab.

System Requirements

  • Windows 7, 8, 10 or 11.
  • A compatible 32-bit or 64-bit host application.

Installation

  1. Close your host application.
  2. Place Av1Image.8bi in the folder that your host application searches for file format plug-ins.
  3. Restart your host application.
  4. The plug-in will now be available as the AV1 Image item in the Open and Save dialogs.

Installation in Specific Hosts

Photoshop

Photoshop CC common install folder: C:\Program Files\Common Files\Adobe\Plug-ins\CC
Version-specific install folder: C:\Program Files\Adobe\Photoshop [version]\Plug-ins

Updating

Follow the installation instructions above and allow any existing files to be replaced.

License

This project is licensed under the terms of the GNU Lesser General Public License version 3.0.
See License.md for more information.

Source code

Prerequisites

  • Visual Studio 2019
  • The dependencies in the 3rd-party folder, see the read-me in that folder for more details.

Building the plug-in

  • Open the solution in the vs folder
  • Update the post build events to copy the build output to the file formats folder of your host application
  • Build the solution
 Adobe and Photoshop are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.
 Windows is a registered trademark of Microsoft Corporation in the United States and other countries.   
 All other trademarks are the property of their respective owners.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].