question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PSD/PSB Write Support

See original GitHub issue

Hi.

I’m trying to save an image in PSB format, as follows:

ImageIO.write(image,"psb",output);

this same line of code I debugged it with other formats and it works correctly. I searched at the characteristics of the library but doesn’t find one that allows writing in this format, is there a specific reason? This is because I’m processing images in PSB format and I want to save them in the same format.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
DavidPDPcommented, May 5, 2019

Hi. Excuse me, since I do not have much experience in image processing, I didn’t know that TIFF was more general and not exclusive. Obviously, for good practice and versatility it’s better to keep it as TIFF. Only that I saw that NASA saves its images, of more than 4 GB, in PSB format so I considered it a versatile format. So I don’t really need this new feature. Thanks.

1reaction
haraldkcommented, May 21, 2019

@davidbrazilparker Thanks!

This is basically what I suggested above, using TIFF as output format. The fact that you write it with a “.psd” file extension does not change the fact that the output will be a TIFF file (it may fool Windows to use Photoshop to open it though 😃 ). There is no PSD write support (yet).

Best regards,

– Harald K

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with Save As. Only shows PSD, PSB, or Tiff
The Save As dialog now only shows formats that support all the current properties of the file. This was done to circumvent an...
Read more >
PSD, PSB Image Converter - Microsoft Store
PSD to BMP converter support: • Keep the image's background transparent or change them to ... Choose image source type (default, photo, picture,...
Read more >
psd-tools - PyPI
Read and write of the low-level PSD/PSB file structure. Raw layer image export in NumPy and PIL format. Limited support: Composition of basic...
Read more >
psd-tools 1.9.23 documentation
Supported : Read and write of the low-level PSD/PSB file structure; Raw layer image export in NumPy and PIL format. Limited support: Composition...
Read more >
Aspose.PSD 22.2.0 - NuGet
NET API to read, write, process & convert Adobe Photoshop PSD & PSB formats without ... NET can work in any environment that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found