opengeospatial / climate-resilience-dwg

8 stars 15 forks source link

Run automated image correction tool - solve interlacing problems (Image Magic) - add via GitHub action #12

Closed nilshempelmann closed 1 year ago

nilshempelmann commented 1 year ago

To avoid PDF compiling issues, Images needs to be in the right format. The format should be validated on push to gitHub.

avillar commented 1 year ago

Is there an error message anywhere that can give us a clue?

None of the images seem to be interlaced:

$ find \( -name '*.png' -o -iname '*.jpg' \) -exec identify -verbose \{\} \; | egrep 'filename:|Interlace:'
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/WHU-drought-wildfire-impact.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/FME_CRP_ARD_component-hi_level_data_flow.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/CRIS.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/Interoperable_ScienceService.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/WHU-Visualization-Result.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/WHU-Sentinel2-RBG-composite.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/ARD_GMU-demo-sfsm_inst.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/WHU-DataCenter.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/WHU-processing-chain.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/CCS_Pilot_Concept.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/Jakub-SolarConditionAtlas.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/Pixalytics-architecture.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/CCS_Pilot_Concept_participants.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/Climate_Resilience_Pilot_Interaction.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/FAIR_Data_Spaces.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/ARD_GMU-architecture.png
  Interlace: None
    filename: ./2023-07_Pilot-ER/sections/images/ClimatePilotData2InformationFlow.png
nilshempelmann commented 1 year ago

Not an issue for now.