gpt_images_25 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +21 -0
- data/README.md +85 -0
- data/lib/gpt_images_25.rb +5 -0
- metadata +49 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 49f2a89afef557cb19c3ecb44b9578f48f5e35b7b3f73e2998b31cc33617e19f
|
|
4
|
+
data.tar.gz: 9b26cf654d034cf06bc163c7512391d719623ec9dfa03ae8b3d934659fc83904
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2c900e9e519502931d3e23d0bf7fc4b9f879ccf68a3624c3715646b18f997c45ce5e9b76acd4bf8314d3643f7d4ca4ba5403a6d9e15a66df6fe1484acfc6fb0d
|
|
7
|
+
data.tar.gz: 0b3e667024104ea296083d03d0da8c43ea00e22b04f544c995ee8d1050ce0eeb489b40267cf3052015c2c18357612971ee7dc462aac866480159c2f32cde4105
|
data/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 GPT images 2.5 Team (https://images25.art)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# GPT images 2.5 (gpt-images-25)
|
|
2
|
+
|
|
3
|
+
[](https://images25.art)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://pkg.go.dev/github.com/ryanellis42675/gpt-images-25)
|
|
6
|
+
[](https://crates.io/crates/gpt_images_25)
|
|
7
|
+
[](https://docs.rs/gpt_images_25)
|
|
8
|
+
[](https://www.npmjs.com/package/gpt-images-25)
|
|
9
|
+
[](https://pypi.org/project/gpt-images-25/)
|
|
10
|
+
[](https://pub.dev/packages/gpt_images_25)
|
|
11
|
+
[](https://rubygems.org/gems/gpt_images_25)
|
|
12
|
+
|
|
13
|
+
Official multi-language client SDK, metadata helper, and prompt integration utilities for **[GPT images 2.5](https://images25.art)**.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 🌟 About GPT images 2.5
|
|
18
|
+
|
|
19
|
+
> **Official Website:** [https://images25.art](https://images25.art)
|
|
20
|
+
|
|
21
|
+
GPT images 2.5 is a free online AI image generator and conversational photo editor. Powered by advanced OpenAI image models, it turns text descriptions into photorealistic visuals in seconds and allows you to edit photos with plain English instructions. Features include 4K exports, reference remixing, background replacement, and 20 free signup credits.
|
|
22
|
+
|
|
23
|
+
### Key Features
|
|
24
|
+
- **Text-to-Image Generation:** Generate high-resolution, photorealistic graphics from plain English prompts in seconds.
|
|
25
|
+
- **Conversational Photo Editing:** Seamlessly edit existing images, swap backgrounds, and modify lighting using conversational instructions.
|
|
26
|
+
- **Aspect Ratios & 4K Output:** Export in 1:1, 16:9, 9:16, 3:4, and 4:3 ratios with ultra-high-definition upscaling up to 4K.
|
|
27
|
+
- **Commercial Rights:** All outputs generated are 100% owned by the creator for commercial and client use.
|
|
28
|
+
- **Free Credits:** Sign up at [https://images25.art](https://images25.art) to claim 20 free generation credits immediately.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## 📦 Multi-Ecosystem Installation
|
|
33
|
+
|
|
34
|
+
### 1. Go Module
|
|
35
|
+
```bash
|
|
36
|
+
go get github.com/ryanellis42675/gpt-images-25
|
|
37
|
+
```
|
|
38
|
+
Documentation: [pkg.go.dev/github.com/ryanellis42675/gpt-images-25](https://pkg.go.dev/github.com/ryanellis42675/gpt-images-25)
|
|
39
|
+
|
|
40
|
+
### 2. Node.js / NPM
|
|
41
|
+
```bash
|
|
42
|
+
npm install gpt-images-25
|
|
43
|
+
```
|
|
44
|
+
Package page: [npmjs.com/package/gpt-images-25](https://www.npmjs.com/package/gpt-images-25)
|
|
45
|
+
|
|
46
|
+
### 3. Python (PyPI)
|
|
47
|
+
```bash
|
|
48
|
+
pip install gpt-images-25
|
|
49
|
+
```
|
|
50
|
+
Package page: [pypi.org/project/gpt-images-25/](https://pypi.org/project/gpt-images-25/)
|
|
51
|
+
|
|
52
|
+
### 4. Rust (Cargo)
|
|
53
|
+
```toml
|
|
54
|
+
[dependencies]
|
|
55
|
+
gpt_images_25 = "0.1.0"
|
|
56
|
+
```
|
|
57
|
+
Documentation: [docs.rs/gpt_images_25](https://docs.rs/gpt_images_25)
|
|
58
|
+
|
|
59
|
+
### 5. PHP (Composer)
|
|
60
|
+
```bash
|
|
61
|
+
composer require ryanellis42675/gpt-images-25
|
|
62
|
+
```
|
|
63
|
+
Package page: [packagist.org/packages/ryanellis42675/gpt-images-25](https://packagist.org/packages/ryanellis42675/gpt-images-25)
|
|
64
|
+
|
|
65
|
+
### 6. Dart / Flutter (Pub.dev)
|
|
66
|
+
```bash
|
|
67
|
+
dart pub add gpt_images_25
|
|
68
|
+
```
|
|
69
|
+
Package page: [pub.dev/packages/gpt_images_25](https://pub.dev/packages/gpt_images_25)
|
|
70
|
+
|
|
71
|
+
### 7. Ruby (RubyGems)
|
|
72
|
+
```bash
|
|
73
|
+
gem install gpt_images_25
|
|
74
|
+
```
|
|
75
|
+
Package page: [rubygems.org/gems/gpt_images_25](https://rubygems.org/gems/gpt_images_25)
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## 🔗 Official Links
|
|
80
|
+
- **Website:** [https://images25.art](https://images25.art)
|
|
81
|
+
- **Support & Feedback:** [https://images25.art](https://images25.art)
|
|
82
|
+
- **GitHub Repository:** [https://github.com/ryanellis42675/gpt-images-25](https://github.com/ryanellis42675/gpt-images-25)
|
|
83
|
+
|
|
84
|
+
## License
|
|
85
|
+
MIT License. Copyright (c) 2026 GPT images 2.5 Team.
|
metadata
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: gpt_images_25
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- GPT images 2.5 Team
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-09-25 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Client SDK and prompt utilities for GPT images 2.5 - Free AI Image Generator
|
|
14
|
+
& Editor Online.
|
|
15
|
+
email: ryanellis42675@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- LICENSE
|
|
21
|
+
- README.md
|
|
22
|
+
- lib/gpt_images_25.rb
|
|
23
|
+
homepage: https://images25.art
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata:
|
|
27
|
+
homepage_uri: https://images25.art
|
|
28
|
+
source_code_uri: https://github.com/ryanellis42675/gpt-images-25
|
|
29
|
+
bug_tracker_uri: https://images25.art
|
|
30
|
+
post_install_message:
|
|
31
|
+
rdoc_options: []
|
|
32
|
+
require_paths:
|
|
33
|
+
- lib
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '0'
|
|
44
|
+
requirements: []
|
|
45
|
+
rubygems_version: 3.0.3.1
|
|
46
|
+
signing_key:
|
|
47
|
+
specification_version: 4
|
|
48
|
+
summary: Official SDK for GPT images 2.5 (https://images25.art)
|
|
49
|
+
test_files: []
|