Warren Galyen
Warren Galyen
This is a great idea! I don't think there is any archive app out there that supports it. It would be so helpful when compressing code projects for backup, to...
I would place the file on the clipboard directly (rather than via a temporary file). All you need to do is actually be able to extract the contents and provide...
@flabbet Yeah, might have to adjust the import logic a bit for palettes. There are quite a few formats older formats out there use the .pal extension. I would suggest...
@flabbet Importing all the colors to a single collection would definitely be the easiest since it wouldn't require modifying the import logic. I agree, modifying the palette system is really...
I can create a new ASE parser/writer. I'm very familiar with the Adobe file formats. The issue I'm seeing though is how to present the color data to the user...
Agreed. This should be the default behavior as it exists in many image editors.
Sorry about that, I had a typo my last commit. I forgot to double check loading after refactoring. Fixed.
Thanks for reviewing! I forget to change the array initialization in the save function as well. Adobe formats requires four color values to be written out. :P As for the...
@flabbet Sorry, forgot to update the status after my changes. I also don't have Photoshop, relying on GIMP for testing. @Equbuxu The new conversion code appears ot be working correctly...
Thanks for taking a look and fixing! I finally installed a trial of Photoshop and can see where the LAB and CMYK colors are still quite a bit off. I...