tiff
Here are 108 public repositories matching this topic...
-
Updated
May 1, 2020 - C++
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
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
-
Updated
Feb 6, 2020 - C
-
Updated
Apr 21, 2020
-
Updated
Mar 11, 2020 - Objective-C
-
Updated
Apr 21, 2020 - Perl
-
Updated
May 14, 2017 - HTML
-
Updated
Feb 13, 2020 - C
-
Updated
Apr 30, 2020 - PHP
-
Updated
Jun 27, 2018 - JavaScript
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.
Add this topic to your repo
To associate your repository with the tiff topic, visit your repo's landing page and select "manage topics."
To better understand how to use your library I would like to look at the JavaDoc. I don't see a link for it here on GitHub, and the link on your site https://drewnoakes.com/code/exif/ points to a google code URL that is no longer valid, and attempting to download the JavaDoc via Maven also is not working.