77 lines
2.4 KiB
Plaintext
77 lines
2.4 KiB
Plaintext
/*
|
|
* Copyright (C) 2024 Huawei Device Co., Ltd.
|
|
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
export { add } from './src/main/ets/utils/Calc'
|
|
|
|
export { InitImageKnife } from "./src/main/ets/pages/InitImageKnife"
|
|
|
|
export { IndexComponent } from "./src/main/ets/pages/Index"
|
|
|
|
export { ImageKnifeComponent,ImageKnifeAnimatorComponent } from '@ohos/imageknife'
|
|
|
|
export { ImageKnife } from '@ohos/imageknife'
|
|
|
|
export { ImageKnifeOption,AnimatorOption,httpRequestOption,HeaderOptions } from '@ohos/imageknife'
|
|
|
|
export { DownsampleStrategy } from "@ohos/imageknife"
|
|
|
|
export { ImageKnifeRequest } from '@ohos/imageknife'
|
|
|
|
export { FileUtils } from '@ohos/imageknife'
|
|
|
|
export { LogUtil } from '@ohos/imageknife'
|
|
|
|
export { IEngineKey } from '@ohos/imageknife'
|
|
|
|
export { ImageKnifeData , CacheStrategy} from "@ohos/imageknife"
|
|
|
|
export { PixelMapTransformation } from '@ohos/imageknife'
|
|
|
|
export { MultiTransTransformation } from '@ohos/imageknife'
|
|
|
|
export { BrightnessTransformation } from '@ohos/imageknife'
|
|
|
|
export { BlurTransformation } from '@ohos/imageknife'
|
|
|
|
export { SparkMD5 } from "@ohos/imageknife"
|
|
|
|
export { ImageKnifeRequestSource } from "@ohos/imageknife"
|
|
|
|
export { CropCircleTransformation } from '@ohos/imageknife'
|
|
|
|
export { CropCircleWithBorderTransformation } from '@ohos/imageknife'
|
|
|
|
export { CropSquareTransformation } from '@ohos/imageknife'
|
|
|
|
export { CropTransformation } from '@ohos/imageknife'
|
|
|
|
export { GrayScaleTransformation } from '@ohos/imageknife'
|
|
|
|
export { InvertTransformation } from '@ohos/imageknife'
|
|
|
|
export { KuwaharaTransformation } from '@ohos/imageknife'
|
|
|
|
export { MaskTransformation } from '@ohos/imageknife'
|
|
|
|
export { PixelationTransformation } from '@ohos/imageknife'
|
|
|
|
export { SepiaTransformation } from '@ohos/imageknife'
|
|
|
|
export { SketchTransformation } from '@ohos/imageknife'
|
|
|
|
export { SwirlTransformation } from '@ohos/imageknife'
|
|
|
|
export { ToonTransformation } from '@ohos/imageknife'
|
|
|
|
export { VignetterTransformation } from '@ohos/imageknife' |