Skip to content
#

tiff

Here are 108 public repositories matching this topic...

darbyjohnston
darbyjohnston commented Apr 15, 2020

As part of the build process IlmImfTest generates a number of test EXR files, one of which is causing DJV to crash. To reproduce the crash run this command after the build is complete:

> ./build/bin/djv OpenEXR/src/OpenEXRThirdParty/IlmImfTest/comp_bad_bounds_piz.exr

mikekov
mikekov commented Apr 19, 2020

Hello, I'm trying to create an image minify function and I ran across this issue where imageProcessor.PixelSource.Width does not report original image size anymore.

Background: I want to write a function that creates thumbnails but never enlarges images. Given an NxN box it needs to resize image to fit (preserving aspect ratio), but keep images smaller than NxN pixels intact (pass-thru).

One

smaffiol
smaffiol commented Dec 19, 2018

imctools.io.imcfolderwriter.write_imc_folder(self, zipfolder=True, remove_folder=None)

remove_folder is used at the end of the method to cleanup out_folder - the folder where all the data have just been created:
if remove_folder:
os.removedirs(out_folder)

While this makes sense when also zipfolder=True (which is the case when also zipfolder=True and remove_folder=None) - I

Improve this page

Add a description, image, and links to the tiff topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tiff topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.