ExifMetadata constructor

ExifMetadata(
  1. double? imageWidth,
  2. double? imageLength,
  3. int? bitsPerSample,
  4. int? compression,
  5. int? photometricInterpretation,
  6. int? orientation,
  7. int? samplesPerPixel,
  8. int? planarConfiguration,
  9. int? ycbCrSubSampling,
  10. int? ycbCrPositioning,
  11. double? xResolution,
  12. double? yResolution,
  13. int? resolutionUnit,
  14. double? stripOffsets,
  15. double? rowsPerStrip,
  16. double? stripByteCounts,
  17. double? jpegInterchangeFormat,
  18. double? jpegInterchangeFormatLength,
  19. int? transferFunction,
  20. double? whitePoint,
  21. double? primaryChromaticities,
  22. double? ycbCrCoefficients,
  23. double? referenceBlackWhite,
  24. String? dateTime,
  25. String? imageDescription,
  26. String? artist,
  27. String? copyright,
  28. String? exifVersion,
  29. String? flashpixVersion,
  30. int? colorSpace,
  31. double? gamma,
  32. double? pixelXDimension,
  33. double? pixelYDimension,
  34. String? componentsConfiguration,
  35. double? compressedBitsPerPixel,
  36. String? userComment,
  37. String? relatedSoundFile,
  38. String? dateTimeOriginal,
  39. String? dateTimeDigitized,
  40. String? subSecTime,
  41. String? subSecTimeOriginal,
  42. String? subSecTimeDigitized,
  43. double? exposureTime,
  44. double? fNumber,
  45. int? exposureProgram,
  46. String? spectralSensitivity,
  47. int? photographicSensitivity,
  48. String? oecf,
  49. int? sensitivityType,
  50. double? standardOutputSensitivity,
  51. double? recommendedExposureIndex,
  52. double? isoSpeed,
  53. double? isoSpeedLatitudeyyy,
  54. double? isoSpeedLatitudezzz,
  55. double? shutterSpeedValue,
  56. double? apertureValue,
  57. double? brightnessValue,
  58. double? exposureBiasValue,
  59. double? maxApertureValue,
  60. double? subjectDistance,
  61. int? meteringMode,
  62. int? lightSource,
  63. int? flash,
  64. List<int?>? subjectArea,
  65. double? focalLength,
  66. double? flashEnergy,
  67. String? spatialFrequencyResponse,
  68. double? focalPlaneXResolution,
  69. double? focalPlaneYResolution,
  70. int? focalPlaneResolutionUnit,
  71. int? subjectLocation,
  72. double? exposureIndex,
  73. int? sensingMethod,
  74. String? fileSource,
  75. String? sceneType,
  76. String? cfaPattern,
  77. int? customRendered,
  78. int? exposureMode,
  79. int? whiteBalance,
  80. double? digitalZoomRatio,
  81. int? focalLengthIn35mmFilm,
  82. int? sceneCaptureType,
  83. int? gainControl,
  84. int? contrast,
  85. int? saturation,
  86. int? sharpness,
  87. String? deviceSettingDescription,
  88. int? subjectDistanceRange,
  89. String? imageUniqueID,
)

Implementation

ExifMetadata(
  this.imageWidth,
  this.imageLength,
  this.bitsPerSample,
  this.compression,
  this.photometricInterpretation,
  this.orientation,
  this.samplesPerPixel,
  this.planarConfiguration,
  this.ycbCrSubSampling,
  this.ycbCrPositioning,
  this.xResolution,
  this.yResolution,
  this.resolutionUnit,
  this.stripOffsets,
  this.rowsPerStrip,
  this.stripByteCounts,
  this.jpegInterchangeFormat,
  this.jpegInterchangeFormatLength,
  this.transferFunction,
  this.whitePoint,
  this.primaryChromaticities,
  this.ycbCrCoefficients,
  this.referenceBlackWhite,
  this.dateTime,
  this.imageDescription,
  this.artist,
  this.copyright,
  this.exifVersion,
  this.flashpixVersion,
  this.colorSpace,
  this.gamma,
  this.pixelXDimension,
  this.pixelYDimension,
  this.componentsConfiguration,
  this.compressedBitsPerPixel,
  this.userComment,
  this.relatedSoundFile,
  this.dateTimeOriginal,
  this.dateTimeDigitized,
  this.subSecTime,
  this.subSecTimeOriginal,
  this.subSecTimeDigitized,
  this.exposureTime,
  this.fNumber,
  this.exposureProgram,
  this.spectralSensitivity,
  this.photographicSensitivity,
  this.oecf,
  this.sensitivityType,
  this.standardOutputSensitivity,
  this.recommendedExposureIndex,
  this.isoSpeed,
  this.isoSpeedLatitudeyyy,
  this.isoSpeedLatitudezzz,
  this.shutterSpeedValue,
  this.apertureValue,
  this.brightnessValue,
  this.exposureBiasValue,
  this.maxApertureValue,
  this.subjectDistance,
  this.meteringMode,
  this.lightSource,
  this.flash,
  this.subjectArea,
  this.focalLength,
  this.flashEnergy,
  this.spatialFrequencyResponse,
  this.focalPlaneXResolution,
  this.focalPlaneYResolution,
  this.focalPlaneResolutionUnit,
  this.subjectLocation,
  this.exposureIndex,
  this.sensingMethod,
  this.fileSource,
  this.sceneType,
  this.cfaPattern,
  this.customRendered,
  this.exposureMode,
  this.whiteBalance,
  this.digitalZoomRatio,
  this.focalLengthIn35mmFilm,
  this.sceneCaptureType,
  this.gainControl,
  this.contrast,
  this.saturation,
  this.sharpness,
  this.deviceSettingDescription,
  this.subjectDistanceRange,
  this.imageUniqueID,
);