convert

package
v0.0.0-...-1108d43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2021 License: GPL-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This file is part of ImageAuGomentationCLI.

ImageAuGomentationCLI is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

ImageAuGomentationCLI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ImageAuGomentationCLI. If not, see <https://www.gnu.org/licenses/>.

This file is part of ImageAuGomentationCLI.

ImageAuGomentationCLI is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

ImageAuGomentationCLI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ImageAuGomentationCLI. If not, see <https://www.gnu.org/licenses/>.

This file is part of ImageAuGomentationCLI.

ImageAuGomentationCLI is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

ImageAuGomentationCLI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ImageAuGomentationCLI. If not, see <https://www.gnu.org/licenses/>.

This file is part of ImageAuGomentationCLI.

ImageAuGomentationCLI is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

ImageAuGomentationCLI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ImageAuGomentationCLI. If not, see <https://www.gnu.org/licenses/>.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConvertService

type ConvertService struct {
}

func (ConvertService) ConvertToJPG

func (this ConvertService) ConvertToJPG(toConvert chan entities.ImageInfo,
	mainWaitGroup *sync.WaitGroup)

func (ConvertService) ConvertToText

func (this ConvertService) ConvertToText(annotationToConvert chan entities.Annotation,
	mainWaitGroup *sync.WaitGroup,
	annotationType entities.AnnotationType)

type Converter

type Converter interface {
	ConvertToJPG(imagesToConvert chan entities.ImageInfo,
		wg *sync.WaitGroup)
	ConvertToText(annotationsToConvert chan entities.Annotation,
		wg *sync.WaitGroup,
		annotationType entities.AnnotationType)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL