Похожие чаты

А input какой? Имею ввиду строка на входе?

7 ответов

8 просмотров

ABC-abc-1234

ABC-abc-1234

Chill-Breeze Автор вопроса
Yurian
ABC-abc-1234

Такой сканируется норм?

Chill-Breeze Автор вопроса
Yurian
Да

func generateBarcode(from string: String) -> UIImage? { let data = string.data(using: .ascii) if let filter = CIFilter(name: "CICode128BarcodeGenerator") { filter.setValue(data, forKey: "inputMessage") if let outputImage = filter.outputImage { // Scale the image to a suitable resolution let transform = CGAffineTransform(scaleX: 10, y: 10) // Adjust the scale as needed let scaledImage = outputImage.transformed(by: transform) let context = CIContext() if let cgImage = context.createCGImage(scaledImage, from: scaledImage.extent) { return UIImage(cgImage: cgImage) } } } return nil }

Chill-Breeze Автор вопроса
Yurian
Так то же самое

Не видишь разницы?

Похожие вопросы

Обсуждают сегодня

Типа вызывать GetParent и проверять на соответствие GetModuleHandle?
The Bird of Hermes
67
Do any of you guys have interesting projects one could join? I'm a Middle Full-Stack developer (JS/TS, React & Node)
Lev Shapiro
40
I read yesterday that in the near future most cryptos will be gone. It's like there is a lot of bullshit within the crypto sphere and this corruption some way is going to be c...
Kanah The Great
48
$res = json_decode($наша строка из респонса); $res1 = array_map(fn($o) => $o->name, $res->breadcrumbs[0]->entities); Как такое будет на Хаскеле?.. В начале весь джейсон, в ко...
Хаскель Моисеевич Гопник
27
Hello, I have a question. Can anyone help me? I want to make my cryptocurrencies, like Tron, untraceable by anyone, even government organizations. I was told that to do this,...
 ➛ Eᒪᕼᗩᗰ
14
В чем сила брат, в NASM или FASM?
Isaac Kleiner
18
Вопрос по диагностике ошибок (я знаю в чем, в данном конкретном примере, я знаю, как исправить, пример модельный, понятно, что в реальности бывает намного запутаннее). module...
ⰄⰎⰋⰐⰐⰑⰛⰤⰧⰧⰩⰄ ⰊⰑⰁⰓⰡⰛⰦⰕⰫ
11
I guess you did too?
OJohnny
13
Nice, where you from?
Terry Chester
10
А чем вам питонисты не угодили?😂
.
79
Карта сайта