{"id":14982279,"url":"https://github.com/odrick/gulp-images-resizer","last_synced_at":"2025-10-29T11:31:25.005Z","repository":{"id":57257862,"uuid":"136306574","full_name":"odrick/gulp-images-resizer","owner":"odrick","description":"Gulp images resizer module","archived":false,"fork":false,"pushed_at":"2019-12-12T14:45:29.000Z","size":18,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T01:11:21.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/odrick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-06T09:36:00.000Z","updated_at":"2020-08-26T04:02:25.000Z","dependencies_parsed_at":"2022-08-25T21:22:17.562Z","dependency_job_id":null,"html_url":"https://github.com/odrick/gulp-images-resizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odrick%2Fgulp-images-resizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odrick%2Fgulp-images-resizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odrick%2Fgulp-images-resizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odrick%2Fgulp-images-resizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odrick","download_url":"https://codeload.github.com/odrick/gulp-images-resizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238817407,"owners_count":19535519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T14:05:04.070Z","updated_at":"2025-10-29T11:31:24.656Z","avatar_url":"https://github.com/odrick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-images-resizer\n\n[![Stats](https://nodei.co/npm/gulp-images-resizer.png?downloads=true\u0026stars=true)](https://www.npmjs.com/package/gulp-images-resizer) \\\nImages resizer for gulp\n\n# Install\n   \n$ npm install gulp-images-resizer\n\n# Usage\n\n```js\nlet resizer = require('gulp-images-resizer');\n\ngulp.task('resize', function() {\n    return gulp.src('src/**/*.*')\n\t.pipe(resizer({\n            format: \"png\",\n            width: \"50%\"\n        }))\n\t.pipe(gulp.dest('dest/'));\n});\n```\n\n# Available options\n\n* `verbose` - log file processing options, each image as processed. Default: **false**\n* `format` - fromat of output files (png, jpg, gif, bmp or *). Default: *\n* `width` - width of output images (fixed, percentage or -1 for auto). Default: **-1**\n* `height` - height of output images (fixed, percentage or -1 for auto). Default: **-1**\n* `noCrop` - disable the crop feature. If true it will choose the max size between height/width. Default: **false**\n* `quality` - quality of output images (from 0 to 100). Default: **100**\n* `tinify` - tinify images using [TinyPNG](https://tinypng.com/). Default: **false**\n* `tinifyKey` - [TinyPNG key](https://tinypng.com/developers). Default: **\"\"**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodrick%2Fgulp-images-resizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodrick%2Fgulp-images-resizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodrick%2Fgulp-images-resizer/lists"}