Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

big negative scans are locked and cannot be edited

Comments

5 comments

  • Sebastian Sardi
    Scans or images need to be in a colorspace and have a profile assigned to them. Save the scan as a RGB or CMYK file and assign a color profile (AdobeRGB or sRGB .etc) to it and it will work.
    0
  • Mark Moore
    I use a Photoshop batch script to convert grayscale TIFFs into RGB format. If you use 'zip' compression when saving from Photoshop the resulting files are more or less the same size as the originals, and can be edited in C1.

    When editing monochrome images in this form make sure to check C1's 'black and white' processing option. For some reason using auto-adjust gives a colour shift - not something you might expect with binary identical RGB channels. Presumably there is something not quite right with the auto-white balance adjustment.
    0
  • Permanently deleted user
    I can confirm that it indeed was because of a missing colorspace. I have one problem now: I only have the JPEGs and I do not have access to the scanner anymore. What would be the least destructive way to add a colorspace to the image as SebastianS describes? I really would like to avoid that the images are run through another JPEG compression, ideally I just want to add the metadata to the file without touching the actual pixels, is that at all possible?
    0
  • HansB
    If you are not afraid of the command line, you can try this:
    http://stackoverflow.com/questions/6740 ... h-exiftool
    It will only attach the profile and not re-compress the image.

    There is an exiftool .dmg for Mac OS X install here:
    http://www.sno.phy.queensu.ca/~phil/exiftool/

    Hope it works.


    Regards,
    Hans
    0
  • HansB
    An addition just to the ease the use:

    exiftool can apply changes to all JPEGs in a folder using the option '-ext jpg' and it will work recursive with the option '-r'.

    Make sure to use the right profile.


    Regards,
    Hans
    0

Post is closed for comments.