close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

I got the following exception when using iTextPDF 5 to get the Image from Tiff. Any idea how to resolve it? ` Image img = Image.getInstance(myTiffFile); Caused by: com.itextpdf.text....
Tom's user avatar
  • 681
0 votes
0 answers
155 views

I’m creating a Python program that converts NetCDF files into GeoTIFFs, allowing the user to select the variable and time step using a Tkinter interface. The conversion works, but I’m having a ...
Aya's user avatar
  • 9
1 vote
1 answer
130 views

I have a TIFF file with a size of (48000, 432000) and I would like to upload only a piece of the image, for example, pass a parameter like (X, Y, wid, hei), where X, Y are the coordinates of the upper-...
senek's user avatar
  • 85
-1 votes
1 answer
90 views

I'm working in WSL Ubuntu, writing this script in SPAM Jupyter Lab. I want to convert my 2d TIFF files into a 3d TIFF file. After stating the directory where the 2d TIFF files are, this is my code: ...
Ioanna Ms's user avatar
0 votes
0 answers
46 views

I am a beginner in Google Earth Engine (GEE) and currently working with Sentinel-1 satellite data. I have used SNAP software to perform various preprocessing steps on the data, including multilooking (...
Jenna's user avatar
  • 1
3 votes
1 answer
257 views

I'm working with microscope images captured using a JEOL system, and I'm trying to decode metadata stored in the TIFF tags. The data appears to be in a binary format and when extracted (using tifffile ...
Tech Hustler's user avatar
3 votes
2 answers
108 views

I am currently working on a medical dataset containing whole slide images (~300 images). These images are pretty big (.tif, average of 7k by 7k pixels). I am currently dividing each of these images ...
Shini_ Gami's user avatar
1 vote
0 answers
153 views

I'm trying to accomplish the following: Open a TIF image file (which contains an alpha channel and Geo Location data) remove the Alpha channel Save a compressed version of the TIF file using JPEG ...
ddetding's user avatar
0 votes
0 answers
82 views

I have tried different tutorials in order to create a single multilayer TIFF from individual files, but with none of them I managed to open the file correctly with Adobe PhotoShop. Below is an example ...
Luca Lista's user avatar
3 votes
1 answer
178 views

Is it possible to use OpenCV to save a TIFF using CCITT (Group 4) compression? There appears to be a limitation (or missing code) allow these 1 bpp images to be saved.
SofaKng's user avatar
  • 1,107
0 votes
1 answer
66 views

We (ATOM) are working on a construction technology platform that integrates with Autodesk APS to process and visualize site data. As part of our workflow, we use the APS Viewer to display DWG files ...
Amir Lotan's user avatar
3 votes
3 answers
205 views

I want to build a tiff file with text only and no margins around the text, using R. I tried : library(ggplot2) plt <- ggplot() + geom_text(aes(x=0,y=0,label="test")) + theme_void() ...
Jean-Luc Dupouey's user avatar
-1 votes
1 answer
212 views

Why do some values in my .tif file appear to be no data values, yet aren't recognized as such, even though they match the no data value specified in the metadata?
Anna's user avatar
  • 1
0 votes
1 answer
191 views

Is there a way in QGIS to define a grid and generate separate tiff files for every grid cell? Like in this matter: Open XYZ Tiles -> OpenStreetMap. Use a tool to define a grid over the interesting ...
JoeliP's user avatar
  • 33
1 vote
2 answers
87 views

I am using MODIS11A2 LST 8-day average raster .tif data to calculate daily average for the year. For year 2001, I have 44 files (2 files are missing). I want that a pixel should be excluded from the ...
Alexia k Boston's user avatar

15 30 50 per page
1
2 3 4 5
160