-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XMPや信ぴょう性チェック対応 #29
XMPや信ぴょう性チェック対応 #29
Conversation
src/ios/CameraViewController.swift
Outdated
@@ -587,12 +601,25 @@ extension CameraViewController: AVCapturePhotoCaptureDelegate { | |||
let data = resizedImage!.jpegData(compressionQuality: 1.0) | |||
if let jpegData = data { | |||
// let base64String = jpegData.base64EncodedString(options: .lineLength64Characters) | |||
guard let photoInfo = photoInfo else { return } | |||
guard let imageDataEmbedMetaData = ElectronicBlackBoardManager.createImageEmbeddedMetaData(from: jpegData, photoInfo: photoInfo,imageDescription: "test image",model: model(),software: "TPR2") else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imageDescription
、software
の確認が必要
残件
|
こちらは何を入れたら良いか不明ということでしょうか? |
はい、1つ上にその箇所についてコメントしております。 |
@JangSungChul softwareはプラグイン外部から指定できるようにしたいです。 |
@karuru6225 こちらPlugin側修正&動作確認しました。 |
@JangSungChul 今の使い方は |
Feature/xmp info kotlin
…oard isNeedBlackBoardとblackboardViewPriorityのnull対応
issue
https://github.com/ncdcdev/KuiManagementSystem/issues/2547
変更内容
確認したこと
スクリーンショット
補足事項