SkillAgentSearch skills...

Accimage

high performance image loading and augmenting routines mimicking PIL.Image interface

Install / Use

/learn @pytorch/Accimage
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

accimage

Build status Anaconda badge

An accelerated Image loader and preprocessor leveraging Intel IPP.

accimage mimics the PIL API and can be used as a backend for torchvision.

Operations implemented:

  • Image.resize((width, height))
  • Image.crop((left, upper, right, lower))
  • Image.transpose(PIL.Image.FLIP_LEFT_RIGHT)

Enable the torchvision accimage backend with:

torchvision.set_image_backend('accimage')

Installation

accimage is available on conda-forge, simply run the following to install

$ conda install -c conda-forge accimage

Related Skills

View on GitHub
GitHub Stars319
CategoryDevelopment
Updated1mo ago
Forks38

Languages

C

Security Score

95/100

Audited on Mar 1, 2026

No findings